You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
To keep the Markdown file as clean as possible. It would be great if mkdocs-puml would be compatible with snippets.
Using snippets, the PlantUML diagrams can remain as separate files.
mkdocs.yml
docs
|-- diagram.puml
|-- index.md
The diagram would be generated with the following syntax in index.md.
```puml--8<-- "docs/diagram.puml```
Currently, the mkdocs-puml plugin is triggered before any markdown extensions are evaluated. Resulting in the following:
The text was updated successfully, but these errors were encountered:
Hi @watermarkhu! Thanks for this suggestion and the link above 🔥 This is a great idea to add the support for snippets to the plugin. I'll take a look to that of course. I can't promise it will be right away but in the nearest future for sure.
Is your feature request related to a problem? Please describe.
To keep the Markdown file as clean as possible. It would be great if
mkdocs-puml
would be compatible with snippets.Using snippets, the PlantUML diagrams can remain as separate files.
The diagram would be generated with the following syntax in
index.md
.Currently, the
![image](https://private-user-images.githubusercontent.com/18556882/401580199-60675f4a-46bd-436c-8723-4cbd5d1e5fcf.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NjM3MjAsIm5iZiI6MTczOTU2MzQyMCwicGF0aCI6Ii8xODU1Njg4Mi80MDE1ODAxOTktNjA2NzVmNGEtNDZiZC00MzZjLTg3MjMtNGNiZDVkMWU1ZmNmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDIwMDM0MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTk3ZDRkNzNmN2I0YjgwNzJmZjZhYTgyZDllN2U3OWE0YjYwNWFjNDMwMzhjYzgxZTEwYTk1MTBhYmM0MjVkNDgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Vp20apT8o8p2062FSHM4Am6d0C9iqc8I0YId22SQ9Ho)
mkdocs-puml
plugin is triggered before any markdown extensions are evaluated. Resulting in the following:The text was updated successfully, but these errors were encountered: