-
-
Notifications
You must be signed in to change notification settings - Fork 110
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
feature: Render Markdown with inline PlantUML #41
Comments
Interesting idea, but I'd rather not implement it in the core (since there's many other diagram syntaxes)... instead, I'll think about how I can expose extending the parser, and keep you updated. I'm working on a new major release though (v3), so this feature will only come along with that release. |
@simonhaenisch is the parser exposed now? Can you provide an example on how to extend it? This sounds very interesting! 😍 |
No I don't think it's exposed yet (only options which includes the renderer) but I'm open to PRs for that 🤓 (I don't have much free time at the moment) |
This will be a great feature, would love to see it very much! |
Problem:
It'd be very powerful if
md-to-pdf
can also render inline PlantUML diagrams when converting.md
to.pdf
Solution:
Use a PlantUML parser to convert text within
uml
orplantuml
code block to SVG image and render them along with the PDF:The text was updated successfully, but these errors were encountered: