If you put a macro on a line by itself, markdown conversion will wrap it in <p> tags. We don't want this since it can cause invalid HTML if the macro emits block-level HTML elements.
--- old +++ new @@ -1,1 +1,1 @@-If you put a macro on a line by itself, markdown conversion will wrap it in <p> tags. We don't want this since it can cause invalid HTML if the macro emits block-level HTML elements.+If you put a macro on a line by itself, markdown conversion will wrap it in <p> tags. We don't want this since it can cause invalid HTML if the macro emits block-level HTML elements.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Diff:
Do some initial investigation, and if it looks really really hard, don't do it. Close wontfix