From 48c178a3339384cf23670ec48d76a1ce052d0814 Mon Sep 17 00:00:00 2001 From: Lilleman auf Larv Date: Mon, 24 Aug 2026 13:57:15 +0200 Subject: [PATCH] Rewrap the escaping bullet --- spec/flavour.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/flavour.md b/spec/flavour.md index 41e0f8a..14be46f 100644 --- a/spec/flavour.md +++ b/spec/flavour.md @@ -39,9 +39,9 @@ normalizes to it through the round-trip. - Paragraphs on one line — no soft wrapping; a soft line break in input becomes a single space. - Entity references in input decode to their characters; output backslash-escapes only where text would otherwise parse as syntax, scanning the assembled line rather than each text node: escape - 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. + 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; 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.