Skip to content

Commit

Permalink
try to escape escape symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic-mahe committed Dec 20, 2024
1 parent bdaf4e4 commit fae18b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/scripts/generate_online_documentation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ generate_github_markdown() {
# sed 's/\\\-\\\-/\\\-\\\-/g'
# sed 's/\\\-\\\-/\\\\-\\\\-/g'
build_markdown_file "${1}" | \
sed 's/\\\-\\\-/\\\-\\\-/g' | \
sed 's/\\\-\\\-/\\\\\-\\\\\-/g' | \
convert_markdown_to_github_markdown
}

Expand Down

0 comments on commit fae18b9

Please sign in to comment.