I just noticed (while chasing down a new Nokogiri bug) that a bunch of old blog posts are not rendering correctly. There are two symptoms, apparently:
- a
<div> that appears without a newline right before it is not recognized, and comes out HTML escaped inside its surrounding block
- a
<div> with any attribute at all is not recognized unless it is preceded by TWO newlines
Here's a gist showing the behavior
Amusingly, github parses the source correctly. View "RAW" to see the problem.
I just noticed (while chasing down a new Nokogiri bug) that a bunch of old blog posts are not rendering correctly. There are two symptoms, apparently:
<div>that appears without a newline right before it is not recognized, and comes out HTML escaped inside its surrounding block<div>with any attribute at all is not recognized unless it is preceded by TWO newlinesHere's a gist showing the behavior
Amusingly, github parses the source correctly. View "RAW" to see the problem.