mirror of https://github.com/zulip/zulip.git
44c8e4c58c
After adding the ability to add stream links to messages using the following pattern '#**stream_name**' there was a problem with rendering this using our markdown engine because '**' means bold text so that would render just to bold text. To solve this I had to add regular expression in marked.js to match that pattern and when it matches I call handleStreamLinks in echo.js which will correctly render it to HTML. Fixes #2218. [tweaked by tabbott to url-encode the stream name in the URL and adding the missing "#" in the display]. |
||
---|---|---|
.. | ||
bootstrap | ||
bootstrap-notify | ||
fontawesome | ||
handlebars | ||
html5-formdata | ||
jquery-autosize | ||
jquery-caret | ||
jquery-filedrop | ||
jquery-form | ||
jquery-idle | ||
jquery-mousewheel | ||
jquery-perfect-scrollbar | ||
jquery-throttle-debounce | ||
lazyload | ||
marked | ||
sockjs | ||
sorttable | ||
sourcesans | ||
spectrum | ||
spin | ||
string-prototype-codepointat | ||
underscore | ||
winchan | ||
xdate | ||
zocial |