discourse/app
Ben Hadley-Evans 229e1850ab Improve the italic and bold buttons on multiline selections.
This misuses the system that Pagedown has set up somewhat, but it has to in order to affect the content inside the selection. The end behaviour seems to me to be non-buggy and much more obvious to an end user.

Essentially, instead of performing the operation to surround characters on one line, it splits the selection into lines the loops the operation. But usually a single "chunk" is returned with some replacement text and markdown to insert before and after the text. Because we're replacing text inside the selections the before and after are left blank and the selection contains all the changed markdown.
2015-03-20 16:53:44 +00:00
..
assets Improve the italic and bold buttons on multiline selections. 2015-03-20 16:53:44 +00:00
controllers FEATURE: Can search the user directory by name 2015-03-19 18:07:48 -04:00
helpers Use a mixin for the path function to DRY it up 2015-03-09 15:24:16 -04:00
jobs FEATURE: User Directory, with sorting and time period filter 2015-03-18 15:20:34 -04:00
mailers FIX: do not show name in email if name on posts are disabled 2015-02-18 01:39:41 +05:30
models Don't count moderator actions in the user directory stats 2015-03-20 12:14:14 -04:00
serializers UX: Show two lines per user on directory 2015-03-19 14:53:52 -04:00
services smarter clear cache to help tests 2015-03-12 10:47:32 +11:00
views FEATURE: Allow selection of highlight js languages 2015-03-13 16:18:59 +11:00