Skip to content

feat: add mermaid diagram for markdown#104

Merged
antonreshetov merged 1 commit into
masterfrom
feat/mermaid
Jul 6, 2022
Merged

feat: add mermaid diagram for markdown#104
antonreshetov merged 1 commit into
masterfrom
feat/mermaid

Conversation

@antonreshetov

@antonreshetov antonreshetov commented Jul 6, 2022

Copy link
Copy Markdown
Member

Use Mermaid

```mermaid
flowchart LR
A[Hard] -->|Text| B(Round)
B --> C{Decision}
C -->|One| D[Result 1]
C -->|Two| E[Result 2]
```

Changes

  • use marked instead markdown-it
use `marked` instead `markdown-it`
@antonreshetov antonreshetov merged commit e578056 into master Jul 6, 2022
@antonreshetov antonreshetov deleted the feat/mermaid branch July 6, 2022 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant