Skip to content

Commit 1f787a3

Browse files
committed
Strip HTML comments
1 parent 27b3815 commit 1f787a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/Buildfile.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,8 @@ readerOpts =
898898
Ext_backtick_code_blocks,
899899
Ext_fenced_divs,
900900
Ext_bracketed_spans
901-
]
901+
],
902+
readerStripComments = True
902903
}
903904

904905
writerOpts :: WriterOptions

0 commit comments

Comments
 (0)