Closed
Description
Integrate mermaid into gitea
mermaid claims to "Generate diagrams and flowcharts from text in a similar manner as markdown."
A diagram might be worth more than 1000 words. Even if I see some reasons not to have it, I think this could be a nice feature to have. - So i put this out there and see what happens :)
I have made a simple hack, so this:
```mermaid
graph TD;
A(stuff)-->B[one];
A-->C[two];
A-->D[three];
```
Can look like this:
I have not figured out how to do this whithout toucing source in /vendor.
Heres a sample from a Hugo template:
http://docdock.netlify.com/shortcodes/mermaid/
Regards.
Kjell