Read the inline text, and decode the escapes and references CommonMark spells #33

Merged
lilleman merged 5 commits from tick-3d into main 2026-08-30 23:32:57 +02:00
Owner

Chunk 3d: the inline scanner over a block's content — backslash escapes, entity references, code spans, hard and soft breaks, the fenced info string, and raw inline HTML refused by name.

HTML5's named character reference table ships packed in markdown/entity-references.ts, and the raw-HTML escape superset tightens into one precise inline reader both directions share. Both are settled decisions in todo.md 3d; the table is recorded in AGENTS.md §5.

Chunk 3d: the inline scanner over a block's content — backslash escapes, entity references, code spans, hard and soft breaks, the fenced info string, and raw inline HTML refused by name. HTML5's named character reference table ships packed in markdown/entity-references.ts, and the raw-HTML escape superset tightens into one precise inline reader both directions share. Both are settled decisions in todo.md 3d; the table is recorded in AGENTS.md §5.
lilleman added 1 commit 2026-08-30 21:42:19 +02:00
lilleman added 1 commit 2026-08-30 22:04:45 +02:00
lilleman added 1 commit 2026-08-30 22:57:08 +02:00
lilleman added 1 commit 2026-08-30 23:22:55 +02:00
lilleman added 1 commit 2026-08-30 23:32:12 +02:00
lilleman marked the pull request as ready for review 2026-08-30 23:32:54 +02:00
lilleman merged commit 0476d33b7b into main 2026-08-30 23:32:57 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: larvit/adf-codec#33