Closed HenrikBengtsson closed 9 years ago
Make sure that <%@meta postprocess="FALSE"%> really stops postprocessing, because when testing on an *.md.rsp file, it builds *.md and then continues to compile it into a *.html file.
<%@meta postprocess="FALSE"%>
*.md.rsp
*.md
*.html
Fixed.
Make sure that
<%@meta postprocess="FALSE"%>
really stops postprocessing, because when testing on an*.md.rsp
file, it builds*.md
and then continues to compile it into a*.html
file.