Revive "Add FIXMEs." (changeset e2615f537dfe from ihse-javadoc-branch in ihse-manpages-branch
authorihse
Tue, 18 Sep 2018 14:27:31 +0200
branchihse-manpages-branch
changeset 56893 2d3320d628a0
parent 56892 456f67a209b8
child 56950 55725429863a
Revive "Add FIXMEs." (changeset e2615f537dfe from ihse-javadoc-branch in jdk9/sandbox.)
make/common/ProcessMarkdown.gmk
--- a/make/common/ProcessMarkdown.gmk	Tue Sep 18 14:23:50 2018 +0200
+++ b/make/common/ProcessMarkdown.gmk	Tue Sep 18 14:27:31 2018 +0200
@@ -109,6 +109,10 @@
     # (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'
+
+    # FIXME: We also need a pandoc filter that removes link targets for internal
+    # links (#options)...
+    # FIXME: Perhaps it should also make h1 headings ALL CAPS.
   endif
 
   # If no file extension is specified, default to '.html'.