TiddlyWiki5/core/modules/parsers/wikiparser/rules
Jeremy Ruston 23b4e03cd5
Extend HTML tag parser to maintain an ordered array of attribute names (#6132)
* Extend HTML tag parser to maintain an ordered array of attribute names

* Add some tests for repeated attributes

* Record entire attribute in orderedAttributes array so that we can work with duplicated attributes
2021-10-27 11:35:12 +01:00
..
emphasis
codeblock.js
codeinline.js
commentblock.js Add "commentpragma" html style rule (#5726) 2021-06-14 17:39:56 +01:00
commentinline.js Fixed comment parsers to match end marker correctly 2021-01-13 11:48:42 +00:00
dash.js
entity.js
extlink.js Change http://*.tiddlywiki.com/* to https:// 2017-11-11 11:56:20 +00:00
filteredtranscludeblock.js
filteredtranscludeinline.js
hardlinebreaks.js
heading.js
horizrule.js
html.js Extend HTML tag parser to maintain an ordered array of attribute names (#6132) 2021-10-27 11:35:12 +01:00
image.js Change http://*.tiddlywiki.com/* to https:// 2017-11-11 11:56:20 +00:00
import.js Fixed super minor issue with import pragma (#5521) 2021-05-23 17:39:06 +01:00
list.js Let chained > blockquotes generate valid HTML (#4332) 2020-04-07 20:39:13 +01:00
macrocallblock.js Wikirules now use better macrocall parser (#5451) 2021-01-29 13:26:31 +00:00
macrocallinline.js Wikirules now use better macrocall parser (#5451) 2021-01-29 13:26:31 +00:00
macrodef.js Restrict variable substitutions to macros defined with the define pragma 2018-06-15 08:31:02 +01:00
prettyextlink.js Change http://*.tiddlywiki.com/* to https:// 2017-11-11 11:56:20 +00:00
prettylink.js Add rel="noopener noreferrer" to external links 2016-05-05 11:49:40 +01:00
quoteblock.js
rules.js
styleblock.js
styleinline.js
syslink.js Fix regexp performance problem introduced in c7b31b0242 2016-10-17 19:08:01 +01:00
table.js style(App) eliminate whitespace at the end of code lines (#5735) 2021-05-30 19:20:17 +01:00
transcludeblock.js Remove duplicate code from transcludeblock parser (#4221) 2019-08-30 17:20:16 +01:00
transcludeinline.js
typedblock.js
whitespace.js Add new "\whitespace" pragma 2017-07-12 16:46:13 +01:00
wikilink.js