How to style the title in a Mermaid subgraph? I would like to make the font larger and add some blank space between the title and the first node beneath it.
I tried adding some <br/>'s
after the title but that pushed the title above the boundary of the subgraph.
graph TB
subgraph someID[Some Title]
direction TB
....
end