From a0c84c505d733be2e987a333a34244c1befb56cb Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Mon, 26 Sep 2022 16:12:25 +0200 Subject: Add support for compiling to mdast See: . --- Untitled.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Untitled.txt') diff --git a/Untitled.txt b/Untitled.txt index fb1e53c..94d805f 100644 --- a/Untitled.txt +++ b/Untitled.txt @@ -1,3 +1,13 @@ +Rename all the “chunks” (as terms in `Name`s) to data? + +Divide parse options from to_html options? +- constructs +- gfm_strikethrough_single_tilde +- mdx_expression_parse +- mdx_esm_parse + +--- + micromark.js: unquoted: is `completeAttributeValueUnquoted`s case for `completeAttributeNameAfter` missing a `/`?. I’ve added it here. micromark.js: `]` case in cdata_end does not need to consume, it can defer to `cdata_close`, which should save 1 line micromark.js: should `tagOpenAttributeValueUnquoted` also support a slash? -- cgit