diff --git a/README.md b/README.md index a048f09..af26043 100644 --- a/README.md +++ b/README.md @@ -249,14 +249,12 @@ graph TD; should render like this: ```mermaid - graph TD; A-->B; A-->C; B-->D; C-->D; D-->E - ``` You can tweak the height of the diagram by following the closing tag with an [element attribute](https://revealjs.com/markdown/#element-attributes):