-
Notifications
You must be signed in to change notification settings - Fork 643
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
36 additions
and
24 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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[ | ||
{"command": "expand_selection", "args": {"to": "line"}}, | ||
{"command": "move", "args": {"by": "characters", "extend": true, "forward": false}}, | ||
{"command": "move_to", "args": {"to": "hardbol", "extend": false} }, | ||
{"command": "move_to", "args": {"to": "hardeol", "extend": true} }, | ||
{"command": "insert_snippet", "args": {"contents": "${TM_SELECTED_TEXT/^(\\s*(?:>\\s*)*)(#+)(.*?)\\s*#*\\s*$/$1$2$3 $2\n$1/}"}} | ||
] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[ | ||
{"command": "expand_selection", "args": {"to": "line"}}, | ||
{"command": "move", "args": {"by": "characters", "extend": true, "forward": false}}, | ||
{"command": "move_to", "args": {"to": "hardbol", "extend": false} }, | ||
{"command": "move_to", "args": {"to": "hardeol", "extend": true} }, | ||
{"command": "insert_snippet", "args": {"contents": "${TM_SELECTED_TEXT/^(\\s*(?:>\\s*)*)(#+)(.*?)\\s*#*\\s*$/$1$2$3\n$1/}"}} | ||
] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[ | ||
{"command": "expand_selection", "args": {"to": "line"}}, | ||
{"command": "move", "args": {"by": "characters", "extend": true, "forward": false}}, | ||
{"command": "move_to", "args": {"to": "hardbol", "extend": false} }, | ||
{"command": "move_to", "args": {"to": "hardeol", "extend": true} }, | ||
{"command": "insert_snippet", "args": {"contents": "${TM_SELECTED_TEXT/^([\\s>]*)>.*/$1/}"}} | ||
] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[ | ||
{"command": "expand_selection", "args": {"to": "line"}}, | ||
{"command": "move", "args": {"by": "characters", "extend": true, "forward": false}}, | ||
{"command": "move_to", "args": {"to": "hardbol", "extend": false} }, | ||
{"command": "move_to", "args": {"to": "hardeol", "extend": true} }, | ||
{"command": "insert_snippet", "args": {"contents": "${TM_SELECTED_TEXT/^([\\s>]*).*/$1/}"}} | ||
] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[ | ||
{"command": "expand_selection", "args": {"to": "line"}}, | ||
{"command": "move", "args": {"by": "characters", "extend": true, "forward": false}}, | ||
{"command": "insert_snippet", "args": {"contents": "${TM_SELECTED_TEXT/^(\\s*).*/\n$1/}"}} | ||
{"command": "move_to", "args": {"to": "hardbol", "extend": false} }, | ||
{"command": "move_to", "args": {"to": "hardeol", "extend": true} }, | ||
{"command": "insert_snippet", "args": {"contents": "${TM_SELECTED_TEXT/^(\\s*).*$/\n$1/}"}} | ||
] |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# MarkdownEditing 3.0.6 Changelog | ||
|
||
Your _MarkdownEditing_ plugin is updated. Enjoy new version. For any type of | ||
feedback you can use [GitHub issues][issues]. | ||
|
||
## Bug Fixes | ||
|
||
* Recently changed macros work on end of file again (fixes #653) | ||
* Enable terminate block quote for non-list items | ||
|
||
[issues]: https://github.com/SublimeText-Markdown/MarkdownEditing/issues |