ThibaudBrrd
Results
2
issues of
ThibaudBrrd
## Problem It seem that `mkdocs-with-pdf` don't indent lists when `mkdocs-material` theme is used. ## Configuration ### `mkdocs.yml` (without `mkdocs-material`) : ``` yaml site_name: PDF List Indentation Test plugins: -...
Here is a fix for list indentation when using `mkdocs-material` as the theme. In issue #145, I identified a problem where lists weren't indented properly when `mkdocs-material` was used under...