-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the details tag #76
Comments
Look at new branch https://github.com/JakubAndrysek/MkDoxy/tree/details-tag |
Ooooh, I found it. Maybe you'd like to also include it in the example that you provided in the branch that you linked above. I need to add the <details markdown>
<summary>MyClass</summary>
::: doxy.lidar.Class
name: MyClass
indent_level: 4
</details> This renders correctly for me. I will keep this issue open for now for visibility so that you can add this to the example if you wish, but feel free to close this as you see fit. Thanks again for your help and your work! |
Thank you for your research. I will add this info to the docs. |
I have tried your recommended option with "markdown" tag and it fixed it only partially. ## Add MkDoxy tag into the `<details>` tag
If you want to add MkDoxy tag into the `<details>` tag, you can use the `details` option.
In some cases, it might be tricky to configure indentation, so you can use the `indent_level` option to indent generated markdown block.
<details markdown="1">
<summary>my_class</summary>
::: doxy.animal.file.list
indent_level: 2
</details> |
If you find something, I will be very appreciative if you finish the PR https://github.com/JakubAndrysek/MkDoxy/tree/details-tag. Thanks, Jacob |
Strange, in my case I can see a fully rendered markdown. 🤷 |
Hey there! Thanks for an amazing plugin!
I do have an issue with it though. I am trying to use the
<details>
tag with my generated docs and it fails on me.If I use the following in my md file:
This does not render in mkdocs generated page. It does generate without the details tag.
I do have all the needed extensions (I think) in my config:
Any ideas what I might be doing wrong?
The text was updated successfully, but these errors were encountered: