Closed GoogleCodeExporter closed 9 years ago
This is a problem with Markdown, which treats []() as a link with no label and
no href. This produces a self-closing <a> tag which is treated by web browsers
as the opening one.
I imagine two ways of dealing with this:
1. Disable processing of empty links in Markdown.
2. Wrap the code blocks in <code>, e.g. by prepending the lines with 4 spaces.
Original comment by justin.forest
on 7 Feb 2012 at 9:36
This issue was closed by revision 1561fd24d396.
Original comment by justin.forest
on 7 Feb 2012 at 9:40
Original issue reported on code.google.com by
blitzmun...@gmail.com
on 16 Jan 2012 at 1:26