Skip to content

Commit ca43bb5

Browse files
committed
#2303 syntax error in Markdown
1 parent c9ffa9f commit ca43bb5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_pages/markdown.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ The default delimiters of `$$...$$` and `\\[...\\]` are supported for displayed
6767
Academic Pages includes support for [Mermaid diagrams](https://mermaid.js.org/) and in addition to their [tutorials](https://mermaid.js.org/ecosystem/tutorials.html) and [GitHub documentation](https://github.com/mermaid-js/mermaid) the basic syntax is as follows:
6868

6969
```markdown
70-
```mermaid
71-
graph LR
72-
A-->B
73-
```
70+
```mermaid
71+
graph LR
72+
A-->B
73+
```
7474
```
7575

7676
Which produces the following plot:

0 commit comments

Comments
 (0)