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

Improve Regex #9

Closed JakubAndrysek closed 1 year ago

JakubAndrysek commented 2 years ago

Improve or simplify Regex

JakubAndrysek commented 1 year ago

Add support add tags to headers like in mkdocstrings.

It is also possible to integrate a mkdocstrings identifier into a Markdown header:

## ::: my_package.my_module.MyClass
    options:
      show_source: false

The above is equivalent to:

::: my_package.my_module.MyClass
    options:
      show_source: false
      heading_level: 2