From 09cab702ead8cda728147cfe56f49d8e727e9ec9 Mon Sep 17 00:00:00 2001 From: Lilleman auf Larv Date: Mon, 24 Aug 2026 13:56:55 +0200 Subject: [PATCH] Let the list bullet carry its own separation exceptions --- spec/flavour.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/flavour.md b/spec/flavour.md index 193fe35..41e0f8a 100644 --- a/spec/flavour.md +++ b/spec/flavour.md @@ -42,9 +42,9 @@ normalizes to it through the round-trip. the leading delimiter of a construct that would otherwise open, re-scan from there, and repeat — with the opener literal the closer parses as text, so `*not emphasis*` is `\*not emphasis*`, one backslash. -- Blocks separated by one blank line at document level and between CommonMark blocks outside a - list; two directive blocks inside a container take none. No trailing whitespace outside a code - block's content, single trailing newline; a document with no blocks is the empty string. +- Blocks separated by one blank line at document level and between CommonMark blocks; two + directive blocks inside a container take none. No trailing whitespace outside a code block's + content, single trailing newline; a document with no blocks is the empty string. ## Directives