TiddlyWiki / TiddlyWiki5

A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.
https://tiddlywiki.com/
Other
7.97k stars 1.18k forks source link

Check missing start/end parser ranges for "element, set, entity" #5739

Open pmario opened 3 years ago

pmario commented 3 years ago

From the tests it seems like the missing ranges were element, setand entitytypes. So those are probably good for further improvement.

See: https://github.com/Jermolene/TiddlyWiki5/pull/4977/commits/9b247f6d63051877781d909ecab5e2e373555acb

file: editions/test/tiddlers/tests/test-wikitext-parser.js ... The tests show, what should be checked!

pmario commented 9 months ago

see: Add start and end properties to WikiText AST nodes for all elements. #7866