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

Change plugin behavior to run as markdown extensions. #36

Closed JakubAndrysek closed 1 year ago

JakubAndrysek commented 1 year ago

In the current version, the plugin works like the markdown post-processor and finds the patterns using regex.

It might be better to register a markdown extension and potentially start finding parallels.