diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-05-07 09:41:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-07 09:41:27 -0400 |
commit | b533fcb12eecc5206a0cb3e93fed1abc2f3abf3b (patch) | |
tree | 76f40cf24ab8c45347cfd7589aac0f19ab05231b /docs/remote-docs.sh | |
parent | 0c411278ce89c8db1569da6333001c41c78ca0a2 (diff) | |
parent | 800a2e2d35f6799603d71beb38563afb87e7084b (diff) | |
download | podman-b533fcb12eecc5206a0cb3e93fed1abc2f3abf3b.tar.gz podman-b533fcb12eecc5206a0cb3e93fed1abc2f3abf3b.tar.bz2 podman-b533fcb12eecc5206a0cb3e93fed1abc2f3abf3b.zip |
Merge pull request #10255 from rcowsill/no-dash-conv
[CI:DOCS] Stop conversion of `--` into en dash
Diffstat (limited to 'docs/remote-docs.sh')
-rwxr-xr-x | docs/remote-docs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/remote-docs.sh b/docs/remote-docs.sh index b1682e9cd..8249fc497 100755 --- a/docs/remote-docs.sh +++ b/docs/remote-docs.sh @@ -80,7 +80,7 @@ function html_fn() { local link=$(sed -e 's?.so man1/\(.*\)?\1?' <$dir/links/${file%.md}) markdown=$dir/$link.md fi - pandoc --ascii --standalone \ + pandoc --ascii --standalone --from markdown-smart \ --lua-filter=docs/links-to-html.lua \ --lua-filter=docs/use-pagetitle.lua \ -o $TARGET/${file%%.*}.html $markdown |