1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-03-26 01:29:49 +00:00
Files
TiddlyWiki5/core/modules
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
..
2023-09-13 18:06:30 +01:00