I see that the mermaid.js library was added to gitea v 1.13. Is anybody able to get this working?
For example, I thought all I had to do was include markdown like this:
mermaid
stateDiagram
[*] --> Activestate Active {
[*] --> NumLockOff
NumLockOff --> NumLockOn : EvNumLockPressed
NumLockOn --> NumLockOff : EvNumLockPressed}
and it should display a nice looking mermaid chart. Instead, I just see the block being displayed as if it were code.
Is anybody else having this issue?