Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffatoptics committed May 2, 2022
1 parent dada9f7 commit 732c6b8
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 4 deletions.
6 changes: 6 additions & 0 deletions _posts/2022-04-28-test-katex-with-mermaid.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,9 @@ sequenceDiagram
Remote->>Local: Data
Local->>Remote: Data
</div>

## links

- [test katex](./2022-04-30-test-equation-katex.md)

- [mathjax test](2022-04-29-test-equation-mathjax.md)
4 changes: 3 additions & 1 deletion _posts/2022-04-30-test-equation-katex.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,7 @@ $$
BER= erfc(\frac{Q}{\sqrt{2}})
$$
```
## links:
- [mathjax test](2022-04-29-test-equation-mathjax.md)
- [display mermaid and katex together](./2022-04-28-test-katex-with-mermaid.md)
22 changes: 19 additions & 3 deletions _posts/2022-05-01-test-mermaid.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,35 @@ author:
- jeffatoptics
---

this is to test mermaid:
this is to test mermaid in dark theme
front matter is specified as:

```mermaid
```
---
mermaid: dark
---
```

sytax is used as following:
```
<div class="mermaid">
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
</div>
```


<div class="mermaid">
graph TD;
A-->B; A-->C; B-->D; C-->D;
A-->B;
A-->C;
B-->D;
C-->D;
</div>


Expand Down

0 comments on commit 732c6b8

Please sign in to comment.