mikitex70 / plantuml-markdown

PlantUML plugin for Python-Markdown
BSD 2-Clause "Simplified" License
196 stars 55 forks source link

Use inline images, NO MORE TEMPFILES! Experimental 'txt' support. #3

Closed kubilus1 closed 7 years ago

kubilus1 commented 7 years ago

Old method required an image directory and image files that dirty up the markdown directories. New method uses inline base64 encoded PNGs, inline SVG files, and experimental TXT support.

Tempfiles are also eliminated.

NOTE: When using 'TXT', 2 newlines are required after the ::end-uml:: Could never figure out why. Also 'txt' only really looks okay with sequence diagrams, but that is a plantuml shortcoming.