Skip to content

Commit

Permalink
fix typo in README.md (#126)
Browse files Browse the repository at this point in the history
s/MERMAILD/MERMAID/
  • Loading branch information
sys9kdr authored Dec 17, 2024
1 parent 8bf09d1 commit 69c3692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Admittedly, this is uglier than the earlier syntax on top - but that's how Pando
|`background` | `white` | `MERMAID_FILTER_BACKGROUND` |Correponds to `--backgroundColor` flag of mermaid.cli|
| `filename` | NA | `MERMAID_FILTER_FILENAME`| Takes precedence |
| `loc`| `inline` | `MERMAID_FILTER_LOC`| inline - generates a data url; `imgur` - uploads to imgur; `loc=anythingelse` saves images to folder `anythingelse`
| `scale` | 1|`MERMAILD_FILTER_SCALE`| |
| `scale` | 1|`MERMAID_FILTER_SCALE`| |
| `imageclass` ||`MERMAID_FILTER_IMAGECLASS`| |

You can also specify an ID to be applied to the rendered image. This may be useful to use [`pandoc-crossref`](https://github.com/lierdakil/pandoc-crossref) or similar packages to reference your diagrams, for example:
Expand Down

0 comments on commit 69c3692

Please sign in to comment.