1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-25 23:03:15 +00:00
TiddlyWiki5/core/modules/parsers
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
..
wikiparser Avoid skipping extra whitespace in wikiparser.js (#7835) 2023-11-14 22:10:58 +00:00
audioparser.js Parameterised transclusions (#6666) 2023-04-19 11:55:25 +01:00
binaryparser.js Parameterised transclusions (#6666) 2023-04-19 11:55:25 +01:00
csvparser.js Parameterised transclusions (#6666) 2023-04-19 11:55:25 +01:00
htmlparser.js Parameterised transclusions (#6666) 2023-04-19 11:55:25 +01:00
imageparser.js Parameterised transclusions (#6666) 2023-04-19 11:55:25 +01:00
parseutils.js Adds Text substitution support in widget attributes and new operator (#7526) 2023-06-24 14:57:15 +01:00
pdfparser.js Parameterised transclusions (#6666) 2023-04-19 11:55:25 +01:00
textparser.js Parameterised transclusions (#6666) 2023-04-19 11:55:25 +01:00
videoparser.js Parameterised transclusions (#6666) 2023-04-19 11:55:25 +01:00