Closed hmans closed 9 years ago
When the body of a new Pants::Post includes a fenced code block, stuff breaks. Ouch!
Pants::Post
It happens because the link population code also consumes the a tags generated by kramdown. Duh!
We should only build links for a tags that have any of the interesting class names or rel attributes.
When the body of a new
Pants::Post
includes a fenced code block, stuff breaks. Ouch!