Mermaid Font Size

Hi,

Using Joplin 2.6.10 for windows.

I'm trying to set up a graph using Mermaid. I'm able to do with I want, but some things that work in the Mermaid Live Editor don't seem to work in Joplin. I assume the plugin for the windows client is outdated, but I can't seem to find where the current version is posted or how to get an updated plugin for the windows client.

For example: I want to use the <font size> tag in a graph.

graph TB;
firstperson(<font size=3px>Bob</font><br><font size=2px>Manager</font>)
secondperson(<font size=3px>Sue</font><br><font size=2px>Employee</font>)
firstperson-->secondperson

In Joplin, the "<br>" works, but the "<font>" doesn't. Both work in the official Mermaid Live Text View.

Am I approaching this wrong? Is there a better way to do this?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.