JakubAndrysek / MkDoxy

📖 Automatically generates API documentation for your project based on Doxygen comments and code snippets in your markdown files.
https://mkdoxy.kubaandrysek.cz/
MIT License
60 stars 16 forks source link

Fix module list indentation #62

Closed gladhorn closed 11 months ago

gladhorn commented 11 months ago

The other templates are not indented - for a good reason, the whitespace in the template is rendered into the markdown file. That turns the entire module list into a big code snippet, since it says: 'Here is a list of all modules:' followed by and indented block.