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
Robin Ward 717f57c968 Revert "FIX: You couldn't span multiple lines with bold or italics"
This reverts commit 423d37a2b6.

Conflicts:
	test/javascripts/lib/markdown_test.js
2014-07-28 13:17:39 -04:00
..
autolink_dialect.js FIX: Change the approach to sanitization. Includes a more detailed API 2014-07-03 16:55:36 -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 FIX: improve list bbcodes: ignore newlines resulting in unnecessary blank lines 2014-07-24 19:39:16 +02:00
bold_italics_dialect.js Revert "FIX: You couldn't span multiple lines with bold or italics" 2014-07-28 13:17:39 -04:00
code_dialect.js FIX: rewrite replaceBlock logic to better handle mismatched nested quotes. 2014-07-27 16:07:47 +02:00
dialect.js add comments and improve variable names 2014-07-28 19:03:34 +02:00
html.js FIX: Instead of patching markdown-js, fix the issue in Discourse. 2014-07-21 13:09:57 -04:00
mention_dialect.js Simple workaround for username highlighting for long names 2014-05-25 13:54:52 +10:00
nested_link_dialects.js FIX: Work with phpBB import style links with ellipsis 2014-07-14 14:27:17 -04:00
newline_dialect.js BUGFIX: newline after bold was not producting a BR 2014-06-26 15:28:08 +10: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 SECURITY: improve escaping protection 2014-07-17 16:11:10 +10:00