khoulihan / gopher-render

Render HTML and Markdown to plain text or gophermap files.
MIT License
4 stars 0 forks source link

Default code blocks not supported #4

Closed khoulihan closed 4 years ago

khoulihan commented 4 years ago

The code blocks that are produced by markdown without any plugins are not supported. IIRC they are p > code. With the codehilite markdown plugin, pre tags are output instead, making them much easier to handle.

But, the default behaviour needs to be supported somehow.

khoulihan commented 4 years ago

Apparently it is the extra plugin that is actually responsible for this. It appears to be responsible for the "fenced" code blocks, rather than the indented ones...