discourse/app/assets/javascripts/pretty-text/engines/discourse-markdown
Sam Saffron a91ee45de9
FIX: Nested quotes in BBCode
Previously attributes such as `[test a='a"a' b="a'a"]` were not correctly
handled.

This amends the regex parser to ensure it correctly parses attributes
without breaking incorrectly on the first nested quote
2020-09-21 08:56:25 +10:00
..
bbcode-block.js FIX: Nested quotes in BBCode 2020-09-21 08:56:25 +10:00
bbcode-inline.js REFACTOR: Move the discourse-markdown engine out of the addon repo 2020-09-18 11:42:22 -04:00
category-hashtag.js REFACTOR: Move the discourse-markdown engine out of the addon repo 2020-09-18 11:42:22 -04:00
censored.js REFACTOR: Move the discourse-markdown engine out of the addon repo 2020-09-18 11:42:22 -04:00
code.js REFACTOR: Move the discourse-markdown engine out of the addon repo 2020-09-18 11:42:22 -04:00
d-wrap.js REFACTOR: Move the discourse-markdown engine out of the addon repo 2020-09-18 11:42:22 -04:00
emoji.js REFACTOR: Move the discourse-markdown engine out of the addon repo 2020-09-18 11:42:22 -04:00
helpers.js REFACTOR: Move the discourse-markdown engine out of the addon repo 2020-09-18 11:42:22 -04:00
html-img.js REFACTOR: Move the discourse-markdown engine out of the addon repo 2020-09-18 11:42:22 -04:00
inject-line-number.js REFACTOR: Move the discourse-markdown engine out of the addon repo 2020-09-18 11:42:22 -04:00
mentions.js REFACTOR: Move the discourse-markdown engine out of the addon repo 2020-09-18 11:42:22 -04:00
newline.js REFACTOR: Move the discourse-markdown engine out of the addon repo 2020-09-18 11:42:22 -04:00
onebox.js REFACTOR: Move the discourse-markdown engine out of the addon repo 2020-09-18 11:42:22 -04:00
paragraph.js REFACTOR: Move the discourse-markdown engine out of the addon repo 2020-09-18 11:42:22 -04:00
quotes.js REFACTOR: Move the discourse-markdown engine out of the addon repo 2020-09-18 11:42:22 -04:00
resize-controls.js REFACTOR: Do not rely on module order for discourse-markdown loading 2020-09-18 13:31:55 -04:00
table.js REFACTOR: Move the discourse-markdown engine out of the addon repo 2020-09-18 11:42:22 -04:00
text-post-process.js REFACTOR: Move the discourse-markdown engine out of the addon repo 2020-09-18 11:42:22 -04:00
upload-protocol.js REFACTOR: Move the discourse-markdown engine out of the addon repo 2020-09-18 11:42:22 -04:00