Skip to content

Commit

Permalink
try to fix webpage en-dashes
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic-mahe committed Jan 3, 2025
1 parent b82d929 commit 667ce47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion man/scripts/generate_online_documentation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ generate_github_markdown() {
# sed 's/\\\-\\\-/\\\\-\\\\-/g'
# sed 's/\\\-\\\-/\\\\\-\\\\\-/g'
# sed 's/\\\-\\\-/\\\\\\-\\\\\\-/g' -> '\\\-' renders '\-'
# sed 's/\\\-\\\-/\\\\\\\\-\\\\\\\\-/g' -> renders \\-\\-
build_markdown_file "${1}" |
sed 's/\\\-\\\-/\\\\\\\\-\\\\\\\\-/g' | \
sed 's/\\\-\\\-/\\\\\\\\\-\\\\\\\\\-/g' | \
convert_markdown_to_github_markdown
}

Expand Down

0 comments on commit 667ce47

Please sign in to comment.