#2723 Don't let markdown conversion put <p> tags around macro output

unreleased
open
nobody
sf-4 (350)
General
nobody
2015-03-17
2011-08-30
No

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.

Discussion

    • Description has changed:

    Diff:

    --- 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 &lt;p&gt; tags. We don't want this since it can cause invalid HTML if the macro emits block-level HTML elements.
    
     
  • Dave Brondsema

    Dave Brondsema - 2011-09-14

    Do some initial investigation, and if it looks really really hard, don't do it. Close wontfix

     
  • Dave Brondsema

    Dave Brondsema - 2011-09-14
    • size: --> 4
     

Log in to post a comment.