It would be fantastic if Taiga could render markdown extensions that allow graph syntax rendering, Both wiki's and ticket's could include versioned graph definitions for seuqence and flow diagrams, gant charts and anything you can do with PlantUML.
Mermaid and Plant/Smart UML extensions are becoming popular in tools like Atom's Markdown-Preview-Enhanced, Typora,
stackedit.io and many others.
It would be an amazing advantage to Tiaga to allow this graph rendering.
What would have to change to allow it?
Otherwise, would it be possible to find a chrome extension, or just an additional JS library to be included in the html to view the graph renderings?
gitlab is discussing switching to a library that enables extensions, kramdown, but this is a ruby library, not python. the waylan/python-markdown allows extensions. Though i dont have a full understanding of what changes would have to be made ro what the implications would be to existing formats of markdown in use.
What are the options long and short term?