You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discussion was converted from issue #4896 on October 04, 2023 09:04.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi I am new to Github and also Mermaid. I am using Mermaid through the nodejs command line interface.
mmdc -c "...\MermaidJS\configFile.json" -i "...\MermaidJS\inputFile.txt" -o "...\MermaidJS\outputFile.png" -e png -f -q -s 5 -t default
My input file is
sequenceDiagram
title: This is a test title
autonumber
...
My config file is
{
"sequence": {
"noteAlign": "left"
}
}
My question is how do I increase the font size of the title only without changing the font size of anything else in the diagram?
Beta Was this translation helpful? Give feedback.
All reactions