Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions testdata/sample.gloss.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,13 @@ Pick any allowed colour: `gray`, `blue`, `green`, `yellow`, `red`, `purple`.
The `indent` attribute shifts a heading right, useful for expressing hierarchy without changing the heading level.

## `Top-level`{heading color=blue}
test

## `One level in`{heading color=blue indent=1}
test

## `Two levels in`{heading color=blue indent=2}
test

---

Expand Down
Loading