Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/dev-docs/feature-format-matrix/qmd-files/mermaid/document.qmd
3589 views
---
title: Mermaid
format: 
  docusaurus-md: {}
_quarto:
  tests-on-ci: false 
---

::: {.content-visible when-format="docusaurus-md"}
This works, but emits a fairly-wonky markdown and doesn't use Javascript rendering.
:::

```{mermaid}
flowchart LR
  A[Hard edge] --> B(Round edge)
  B --> C{Decision}
  C --> D[Result one]
  C --> E[Result two]
```