feat: Allow scaling of mermaid rendering

This commit is contained in:
Manuel Rüger
2023-08-30 14:50:53 +02:00
parent b426d5c6b1
commit 737b9239f8
8 changed files with 43 additions and 42 deletions

View File

@@ -765,6 +765,7 @@ GLOBAL OPTIONS:
--parents value A list containing the parents of the document separated by parents-delimiter (default: '/'). These will be preprended to the ones defined in the document itself. [$MARK_PARENTS]
--parents-delimiter value The delimiter used for the nested parent (default: "/") [$MARK_PARENTS_DELIMITER]
--mermaid-provider value defines the mermaid provider to use. Supported options are: cloudscript, mermaid-go. (default: "cloudscript") [$MARK_MERMAID_PROVIDER]
--mermaid-scale value defines the scaling factor for mermaid renderings. (default: 1) [$MARK_MERMAID_SCALE]
--help, -h show help
--version, -v print the version
```