Skip to content

Commit a2cdaae

Browse files
committed
Fix formatting in README
1 parent edaf8a0 commit a2cdaae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Enables [Mermaid][25] diagram generation on your site, allowing diagrams to be
192192
written in a Markdown-ish syntax. Simply wrap the code in a `pre` element
193193
with the `mermaid` class:
194194

195-
```markdown
195+
```html
196196
<pre class="mermaid">
197197
graph TD;
198198
A-->B;

0 commit comments

Comments
 (0)