[Webkit-unassigned] [Bug 154205] Markdown on webkit.org should follow Markdown line break laws

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 12 17:40:00 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=154205

--- Comment #1 from Jon Davis <jond at apple.com> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160213/fd12d51a/attachment-0001.html>


More information about the webkit-unassigned mailing list