Skip to content

docs: Fix rendering of code blocks in list items

Warren Gifford requested to merge docs/fix-list-rendering into master

Created by: mrnugget

@unknwon and I found out that a bug (https://github.com/russross/blackfriday/issues/484) in our Markdown renderer, blackfriday, causes list items to be rendered incorrectly if they contain code blocks with a language.

The workaround is to remove the language from the code blocks. We lose syntax highlighting, but we gain readable lists.

Example:

Screen Shot 2020-04-22 at 16 09 55

Merge request reports

Loading