# HG changeset patch # User ihse # Date 1537273651 -7200 # Node ID 2d3320d628a02f66de021bf0bf0fe37337ecc15f # Parent 456f67a209b84d25d07494b876fe490fe04e2373 Revive "Add FIXMEs." (changeset e2615f537dfe from ihse-javadoc-branch in jdk9/sandbox.) diff -r 456f67a209b8 -r 2d3320d628a0 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'.