<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Markdown on webkit.org should follow Markdown line break laws"
   href="https://bugs.webkit.org/show_bug.cgi?id=154205#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Markdown on webkit.org should follow Markdown line break laws"
   href="https://bugs.webkit.org/show_bug.cgi?id=154205">bug 154205</a>
              from <span class="vcard"><a class="email" href="mailto:jond&#64;apple.com" title="Jon Davis &lt;jond&#64;apple.com&gt;"> <span class="fn">Jon Davis</span></a>
</span></b>
        <pre>My investigation shows that yes, we will be able to remove wpautop and allow the Markdown parser to handle the paragraphs.

wpautop() reformats at runtime when the post is delivered to the client. The Markdown parser runs after saving updates to a post and keeps the generated HTML markup in the database.

Making the change to disable wpautop() and enable paragraphs in the Markdown parser will require reprocessing all of the content in posts and pages through the Markdown parser in the database.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>