This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/dialects
Ben Lubar 73946e5402 quoting fixes
- allow bbcode quotes to be nested
- don't allow the '=' to be omitted from quotes
- fix some css that made assumptions about nested quotes
2014-05-27 21:46:31 -05:00
..
anchor_dialect.js SECURITY: sanitize markdown urls (prevent XSS) 2014-03-27 15:34:35 +01:00
autolink_dialect.js FIX: @mentions should not be processed within links 2014-05-06 17:48:30 -04:00
autoquote_dialect.js FIX: Indented code blocks followed by <blockquote> weren't working. 2014-01-21 16:18:20 -05:00
bbcode_dialect.js quoting fixes 2014-05-27 21:46:31 -05:00
bold_italics_dialect.js Support for MDTest 2013-10-16 10:28:42 -04:00
dialect.js quoting fixes 2014-05-27 21:46:31 -05:00
github_code_dialect.js FIX: Broken MDTest + Fix for removing leading spaces in a code block 2014-02-11 17:27:24 -05:00
html.js FIX: Removes console.log 2014-01-22 11:07:19 -05:00
mention_dialect.js Simple workaround for username highlighting for long names 2014-05-25 13:54:52 +10:00
newline_dialect.js FIX: Don't double sanitize values, allow blockquotes with leading text 2013-10-18 17:34:54 -04:00
onebox_dialect.js FIX: Oneboxes were losing formatting in preview after being cached. 2013-11-06 15:58:41 -05:00
quote_dialect.js quoting fixes 2014-05-27 21:46:31 -05:00