Skip to content

Conversation

@cscheid
Copy link
Collaborator

@cscheid cscheid commented Nov 4, 2024

Minimal example:

_brand.yml

color:
  palette:
    red: "#FFB080"
  primary: red
  foreground: green
  background: black
typography:
  fonts:
    - family: "Ubuntu"
      source: google
      weight: [400, 700]
  base:
    family: "Ubuntu"
    weight: 700

test.qmd

---
format: html
---

## Hello, world

[A link](https://quarto.org).

```{mermaid}
flowchart LR
  A[Hard edge] --> B(Round edge)
  B --> C{Decision}
```

Output

image

@cscheid cscheid merged commit 8851f59 into main Nov 4, 2024
47 checks passed
@cscheid cscheid deleted the feature/mermaid-brand branch November 4, 2024 21:59
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.

2 participants