Skip to content

feat: add mermaid diagram for markdown#104

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

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

Conversation

@antonreshetov
Copy link
Copy Markdown
Member

@antonreshetov antonreshetov commented Jul 6, 2022

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant