feat: update mermaid code fences usage
This commit is contained in:
@ -13,6 +13,12 @@ weight: 110
|
||||
toc: true
|
||||
---
|
||||
|
||||
```js
|
||||
function myFunction(p1, p2) {
|
||||
return p1 * p2; // The function returns the product of p1 and p2
|
||||
}
|
||||
```
|
||||
|
||||
## Flow
|
||||
|
||||
### Shortcode
|
||||
|
Reference in New Issue
Block a user