1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-04 19:23:29 +00:00
TiddlyWiki5/core/modules/parsers/wikiparser
jeremy@jermolene.com 9f9ce6595b Make it easier to subclass the wikitext parser with a custom rule set
We can now pass arrays of rule classes to the parser constructor, overriding the rules that would normally be used by the parser.

This allows us to create custom variants of the wikitext parser with their own content type.

It could also provide a basis for a new Markdown parser based on our existing wikitext parser but with new rules.
2021-02-03 15:13:56 +00:00
..
rules Fix for #3306, inline/block widget glitch (#5452) 2021-01-29 14:57:30 +00:00
wikiparser.js Make it easier to subclass the wikitext parser with a custom rule set 2021-02-03 15:13:56 +00:00
wikirulebase.js Moving the wikiparser rules around 2012-12-20 16:38:33 +00:00