discourse/app/assets/javascripts/pretty-text/engines/discourse-markdown
Sam a0cd54750c FIX: inline [code] not handled properly
The text

a
[code]test[/code]

Would eat up the `test` text cause translation from inline to block
for replace rule was not properly handled
2018-04-26 15:18:22 +10:00
..
bbcode-block.js.es6 FIX: inline [code] not handled properly 2018-04-26 15:18:22 +10:00
bbcode-inline.js.es6 correct bbcode parsing edge case 2017-07-20 13:02:40 -04:00
category-hashtag.js.es6 DEV: support multiple capture groups for text post process 2017-07-20 15:33:44 -04:00
censored.js.es6 Remove censored_pattern site setting, which is replaced by watched words 2018-02-26 16:29:27 -05:00
code.js.es6 Pass the full CommonMark spec 2017-07-21 13:20:52 -04:00
emoji.js.es6 FEATURE: allow site operators to disable emoji shortcuts 2018-01-24 12:21:44 +11:00
helpers.js.es6 Feature: Change markdown engine to markdown it 2017-07-17 11:41:34 -04:00
html-img.js.es6 correct more edge cases with new engine 2017-07-17 17:44:48 -04:00
image-protocol.js.es6 FEATURE: image uploads now have short urls 2017-08-22 16:40:08 -04:00
inject-line-number.js.es6 Hide new advanced editor and preview sync behind a hidden site settings. 2017-12-06 12:34:58 +08:00
mentions.js.es6 FEATURE: site setting enable_mentions to turn on/off mentions 2017-12-07 16:27:58 -05:00
newline.js.es6 Feature: Change markdown engine to markdown it 2017-07-17 11:41:34 -04:00
onebox.js.es6 FIX: inline oneboxer min title length of 2 2018-01-30 08:40:04 +11:00
paragraph.js.es6 Feature: Change markdown engine to markdown it 2017-07-17 11:41:34 -04:00
quotes.js.es6 Apply a 'no-group' class to quotes for styling 2018-04-02 14:02:16 -04:00
table.js.es6 correct spec 2017-11-13 18:09:24 +11:00
text-post-process.js.es6 DEV: support multiple capture groups for text post process 2017-07-20 15:33:44 -04:00