diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-10-14 14:43:15 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-10-14 14:43:15 +0200 |
commit | 419f65c68f35d833ae0eb0639ec826e01b02e20e (patch) | |
tree | 349bbf44b543b49bd65891344aa3270107a9da1d /Untitled.txt | |
parent | db9ecdd93eb6ff8bb9b7039743b4ef3cbbcf2ab1 (diff) | |
download | markdown-rs-419f65c68f35d833ae0eb0639ec826e01b02e20e.tar.gz markdown-rs-419f65c68f35d833ae0eb0639ec826e01b02e20e.tar.bz2 markdown-rs-419f65c68f35d833ae0eb0639ec826e01b02e20e.zip |
Remove some todos
Diffstat (limited to 'Untitled.txt')
-rw-r--r-- | Untitled.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Untitled.txt b/Untitled.txt index 94d805f..fb1e53c 100644 --- a/Untitled.txt +++ b/Untitled.txt @@ -1,13 +1,3 @@ -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? |