From a8ce7bfc0e4dccb44a0f90ac424db5036be2d2bb Mon Sep 17 00:00:00 2001 From: Mark Crossfield Date: Mon, 5 Sep 2022 11:29:19 +0100 Subject: [PATCH] Fix embedded mermaid example code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I’d accidentally included the tags that we use in the slide code which prevented the embedded diagram from rendering in README.md. --- README.md | 2 -- 1 file changed, 2 deletions(-) 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):