-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Labels
type/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.
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
sean-, IvanSafonov, foxos42, rprieto, cr0ssmind and 1 morethehowl and jonasfranzcr0ssmind
Metadata
Metadata
Assignees
Labels
type/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.