-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changed textarea backtick wrapping to only act on selections (#313)
- changed the backtick button in comment box to only add enclosing backticks on selected text, as I find the current behavior utterly irritating especially when trying to type a fenced code block - activates the selection wrapping for single/double quote, and tilde - activates the selection wrapping for underscore and asterisk, but it will cycle between 0,1,2 wrapping characters like this: `word` -> `*word*` -> `**word**` -> `word` -> ...
- Loading branch information
Showing
1 changed file
with
24 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters