mirror of
https://github.com/MiSTer-devel/MkDocs_MiSTer.git
synced 2026-04-19 03:04:38 +00:00
The sub-lists are not correctly indented, even though the preview does show them. It turns out that you have to use 4 spaces (or one tab) because [mkdocs uses python-markdown](https://www.mkdocs.org/user-guide/writing-your-docs/#writing-with-markdown), and this is a [feature of python-markdown](https://python-markdown.github.io/#differences)