jfcere / ngx-markdown

Angular markdown component/directive/pipe/service to parse static, dynamic or remote content to HTML with syntax highlight and more...
https://jfcere.github.io/ngx-markdown
MIT License
1.06k stars 182 forks source link

Draw.io Support #514

Closed APOSWE closed 3 months ago

APOSWE commented 6 months ago

Hello! Would it anyhow possible to support draw.io in MD? That would be awesome! (Like in WikiJs) best regards alex!

jfcere commented 3 months ago

Hi @APOSWE,

I don't know much about draw.io but at first sight, it seems possible to export images from draw.io and therefor use it in your markdown.

I am not planning to do an integration for this sorry. If you want, you can implement your own marked custom extension.