1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-27 14:48:19 +00:00
TiddlyWiki5/core/modules/parsers/wikiparser
Robin Munn 215bd4e015
Avoid skipping extra whitespace in wikiparser.js (#7835)
When wikiparser parses text looking for a pragma block, it skips
whitespace before looking for the next pragma. If no pragma is found,
we should return the parse position to the original location so that the
skipped whitespace can be parsed as a text node. This allows the
attribute `join=" and "` to parse as " and " rather than "and ".
2023-11-14 22:10:58 +00:00
..
rules Conditional Shortcut Syntax (#7710) 2023-10-14 09:41:21 +01:00
wikiparser.js Avoid skipping extra whitespace in wikiparser.js (#7835) 2023-11-14 22:10:58 +00:00
wikirulebase.js Moving the wikiparser rules around 2012-12-20 16:38:33 +00:00