discourse/app/assets/javascripts/discourse/dialects
James D 44b04e4521 Make @mentions following a slash link to usercards
A slash preceding an @mention was causing the markup for the usercard
link to not be generated. For example, the markdown

Pinging @bob/@joe

Would generate a usercard for @bob, but not @joe.
2015-10-16 19:18:46 -04:00
..
autolink_dialect.js FIX: Remove g and m flags from autolink regex 2015-02-06 00:41:38 -08:00
bbcode_dialect.js spoiler tag uses replaceBBCode instead of rawBBCode for emoji and text formatting support. 2015-08-19 15:52:06 -07:00
bold_italics_dialect.js
censored_dialect.js Extract logic for censored-words so that it can be reused. 2015-08-25 22:26:01 +08:00
code_dialect.js workaround for code block being parsed before quote block. 2015-09-01 09:13:51 -07:00
dialect.js Make @mentions following a slash link to usercards 2015-10-16 19:18:46 -04:00
html_dialect.js FIX: adding a custom emoji needed an application restart to work on the server-side rendering 2015-01-29 17:35:52 +01:00
mention_dialect.js FEATURE: relax username rules to allow - and . and leading _ 2015-09-02 12:13:44 +10:00
nested_link_dialect.js FIX: adding a custom emoji needed an application restart to work on the server-side rendering 2015-01-29 17:35:52 +01:00
newline_dialect.js
onebox_dialect.js
quote_dialect.js improve UX remove username said if we have a title 2015-09-25 14:18:38 +10:00
table_dialect.js FIX: Conflict in dialect method names broke code formatting 2015-08-24 16:30:42 -04:00