make/common/ProcessMarkdown.gmk
branchihse-manpages-branch
changeset 56951 79c99e08deb2
parent 56950 55725429863a
child 56972 e134eea44a09
--- a/make/common/ProcessMarkdown.gmk	Wed Oct 10 10:12:15 2018 +0200
+++ b/make/common/ProcessMarkdown.gmk	Tue Sep 18 14:28:49 2018 +0200
@@ -105,7 +105,7 @@
     # Pandoc's default behavior is to convert `code` to \f[C], which do not
     # show up in normal man page rendering (but shows correctly when generating
     # html). Normally, we could fix this by a pandoc filter, but  pandoc prior
-    # to version cannot properly produced nested formatting in man pages
+    # to version 2.0 cannot properly produced nested formatting in man pages
     # (see https://github.com/jgm/pandoc/issues/3568).
     # As a workaround, use post-processing with sed.
     $1_POST_PROCESS := $(SED) -e 's/\\f\[C\]/\\f\[CB\]/g'