lowdown change

This commit is contained in:
yosh 2024-04-04 11:23:28 -04:00
parent 690bae906e
commit 880b6c93a0
1 changed files with 2 additions and 2 deletions

View File

@ -45,9 +45,9 @@ __SHLVL=0
# lowdown wrapper function
__lowdown() {
lowdown --html-no-owasp --html-no-skiphtml --html-no-escapehtml "$@" | sed -E '
s/’/\'/g
s/&#821[67];/\'/g
s/–/--/g
s/&#8220|&#8221/\&quot/g'
s/&#822[01];/\"/g'
}
# process a pure markdown file