Make code-span content literal, pin the content slot's edges, order and errors
CI / gate (push) Successful in 4s

This commit is contained in:
2026-08-24 10:56:36 +02:00
parent 94c0274f0e
commit e8a23110e8
2 changed files with 18 additions and 15 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ Round-trip equality is a property tested over a corpus, not a claim made in pros
- Directives, one grammar for everything markdown lacks: `:::panel info``:::` blocks,
`:mention[@Mikael]{id=5b10a2}` inline. Prior art: CommonMark's generic-directives proposal.
- Plain CommonMark is a subset, with carve-outs (`spec/flavour.md`): literal text shaped like a
directive or a pipe table is claimed — plus one image gap.
directive, a pipe table or a `~~` pair is claimed — plus one image gap.
- Tables: one header row plus plain inline cells → pipe table; anything richer → directive form.
- Identity-bearing nodes carry their ids in attributes; a document is only portable within its
site — accepted.