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
puml-for-markdown can output images with the -b option.
I would like my markdown to contain links to my local images files generated by puml-for-markdown instead of plantuml urls or tinyurl urls.
For exemple, here is my markdown README.md
# Test puml
<!--![root diagram](./puml/root.puml)-->
It creates a png file containing my shehma : images/puml/root.png
But in my markdown, it created a tinyurl link.
I would like my markdown to be transformed like this :
# Test puml
![root diagram](./images/puml/root.png)<!--![root diagram](./puml/root.puml)-->
The text was updated successfully, but these errors were encountered:
jbressand
changed the title
Images link instead of plantuml links
[Feature request] Images link instead of plantuml links
Oct 31, 2023
puml-for-markdown can output images with the -b option.
I would like my markdown to contain links to my local images files generated by puml-for-markdown instead of plantuml urls or tinyurl urls.
For exemple, here is my markdown README.md
And here is my puml file puml/root.puml :
When I apply the following command :
It creates a png file containing my shehma : images/puml/root.png
But in my markdown, it created a tinyurl link.
I would like my markdown to be transformed like this :
The text was updated successfully, but these errors were encountered: