From 0b2a6cce2096b1d80b5b7266e72878fdc1c37207 Mon Sep 17 00:00:00 2001 From: aXisho <28083345+aXisho@users.noreply.github.com> Date: Sat, 23 May 2026 14:27:15 +0900 Subject: [PATCH] Add inline directives section to sample gloss --- testdata/sample.gloss.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testdata/sample.gloss.md b/testdata/sample.gloss.md index 8d99e8d..1040c58 100644 --- a/testdata/sample.gloss.md +++ b/testdata/sample.gloss.md @@ -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 ---