-
**Describe the bug**
"
Nor-s updated
3 months ago
-
-
mkdocs.yaml:
```yaml
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid_custom
plugin…
-
While learning how to interact with monitor configuration, I encountered many posts of people also confused about this section of documentation.
I suggest making it more clear regarding the calcul…
-
I use [mermaid diagrams](https://mermaid.js.org/) sometimes, mostly because github markdown natively has support for them.
Recent usage example: https://github.com/PhilippMDoerner/ThreadButler
N…
-
[**Mermaid**](https://github.com/knsv/mermaid) generates diagrams and flowcharts from text in a similar manner as markdown. When I tried it on [Haroopad](http://pad.haroopress.com/) (another markdown …
-
```mermaid
flowchart LR
A["영상"]--1. 입력-->B["프로그램Python"]--3. 출력-->C["출력 영상"]
B--2. 소리부분 추출-->B
```
-
- Allow which sections are added to be configured.
- Allow some kind of config so that you can override the contents of specific sections. So for example I can hand-write the install instructions b…
-
https://github.com/sjwall/mdx-mermaid
-
# Bug Report 🐛
The mermaid code generation results in a correct expected code, but with backticks around properties and their types.
## Expected Behavior
```
classDiagram
class `mermaid@1…