Read the emphasis, the links and the lone image CommonMark spells
CI / gate (push) Successful in 5s

This commit is contained in:
2026-08-31 20:40:19 +02:00
parent 0476d33b7b
commit 163906dd6a
28 changed files with 741 additions and 184 deletions
+4 -3
View File
@@ -37,9 +37,10 @@ normalizes to it through the round-trip.
CommonMark admits no spelling — the end of a block, inside an ATX heading — or where the node
carries an attribute, it is the inline directive.
- An empty paragraph — real payloads carry them — is `::paragraph`.
- Links `[text](url)`; `<…>` around a destination containing spaces; title in double quotes.
`<url>` autolink form only when the text equals the destination and the destination is a valid
CommonMark autolink (absolute URI).
- Links `[text](url)`; `<…>` around a destination containing spaces; title in double quotes. A
backslash escapes a parenthesis the destination leaves unbalanced, and a quote inside the title;
a balanced pair stays bare. `<url>` autolink form only when the text equals the destination and
the destination is a valid CommonMark autolink (absolute URI).
- 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