Wrong indentation of nested lists in rendered docs
adamkudrna opened this issue · 2 comments
adamkudrna commented
adamkudrna commented
Let's go with 4 spaces.
adamkudrna commented
For anyone coming across this issue: if you prefer CommonMark, these are your options:
mkdocs-plugin-commonmark (May 2020), a plugin which patches out the renderer, works with mkdocs==1.4.3 but not 1.5.0
mkdocs-commonmark (Sept 2019), a fork of MkDocs, but it looks abandoned
mdBook, a MkDocs alternative which uses CommonMark


