-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mermaid markdown fails to show flowchart heading #140
Comments
Hey @LeskoIam, I tried to reproduce An OtterWiki not rendering the title, but it worked fine: https://dev.otterwiki.com/Bugs/Mermaid%20Title%20140 Note: You might have to refresh once, the mermaid diagram does not follow th dark mode instantly. Don't worry about redacting local ips and ports, these are hardly a security risk. |
I tried reloading the page (also with Ctrl+F5) but the title never shows... I have to disable all the firefox plugins I'm using and try again. On which browser are you testing mermaid?
|
I have successfully tested (on MacOS 14.6.1):
Will test Windows 11 and Ubuntu 22 tonight. |
Found it. The autoscaling feature of halfmoon doesn't work with MermaidJS. @LeskoIam can you check if the mermaid chart is correctly rendered when your browser is smaller than 1600px? |
Tried it with smaller windows:
|
Hey @LeskoIam, here you can test the rendering of the mermaid diagrams without autoscaling: https://testing.otterwiki.com/Mermaid The second issue
is fixed in this version, too. A patch will be released in the next days. |
- Makes writing diagrams more convenient - Matches how github flavored markdown handles mermaid blocks - This was brought up in #140
Released in 2.6.1. |
Just wanted to let you know that mermaid is working great! Titles showing and everything! Great work, appreciate it very much! |
I have the following mermaid md:
When I save the page it does not show the subgraph title
subgraph RPI-DEV["rpi-dev 192.168.0.287"]
What is expected is in the bellow image
When I inspect the page there is an element with title in DOM but it's hidden behind some other element.
So guess I'm reporting two problems:
<br>
to set the text in a box to go to new line - on github or in PyCharm I can use\n
Thanks for all the effort!
The text was updated successfully, but these errors were encountered: