Skip to content

Commit

Permalink
Update article with mermaid example
Browse files Browse the repository at this point in the history
  • Loading branch information
sylhare committed May 19, 2022
1 parent 166e2d6 commit b514222
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ thumbnail: "assets/img/thumbnails/feature-img/circuit.jpeg"
tags: [Mermaid, Highlight, Markdown]
---


Let's demo some code snippet, with some mermaid diagrams.
Because if you put some code in your blog, you would at least make it:

1. Searchable
2. Good-looking

Expand Down Expand Up @@ -79,7 +78,7 @@ function helloWorld(param1, param2) {
return null;
}

// @TODO comment
// TODO comment
}
```

Expand Down

0 comments on commit b514222

Please sign in to comment.