Skip to content

Commit

Permalink
Fix embedded mermaid example code
Browse files Browse the repository at this point in the history
I’d accidentally included the tags that we use in the slide code which prevented the embedded diagram from rendering in README.md.
  • Loading branch information
mrmanc committed Sep 5, 2022
1 parent 547b16c commit a8ce7bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,14 +249,12 @@ graph TD;
should render like this:

```mermaid
<mermaid>
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
D-->E
</mermaid>
```

You can tweak the height of the diagram by following the closing tag with an [element attribute](https://revealjs.com/markdown/#element-attributes):
Expand Down

0 comments on commit a8ce7bf

Please sign in to comment.