-
Notifications
You must be signed in to change notification settings - Fork 644
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
15 changed files
with
284 additions
and
73 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[run] | ||
omit = */tests/* |
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
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
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,18 @@ | ||
# MarkdownEditing 3.1.13 Changelog | ||
|
||
Your _MarkdownEditing_ plugin is updated. Enjoy new version. For any type of | ||
feedback you can use [GitHub issues][issues]. | ||
|
||
## Bug Fixes | ||
|
||
- fix premature block quote termination | ||
- fix extra backticks when creating fenced code blocks (#749) | ||
- fix syntax highlighting of single backticks and code-spans in table cells | ||
|
||
## New Features | ||
|
||
- syntax highlighting for LaTeX in fenced code blocks | ||
|
||
## Changes | ||
|
||
[issues]: https://github.com/SublimeText-Markdown/MarkdownEditing/issues |
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,29 +1,29 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>scope</key> | ||
<string>text.html.markdown</string> | ||
<key>settings</key> | ||
<dict> | ||
<key>foldScopes</key> | ||
<array> | ||
<dict> | ||
<key>begin</key> | ||
<string>markup.heading meta.whitespace.newline - markup.quote - meta.list</string> | ||
<key>end</key> | ||
<string>markup.heading - markup.quote - meta.list</string> | ||
<key>excludeTrailingNewlines</key> | ||
<true/> | ||
</dict> | ||
<dict> | ||
<key>begin</key> | ||
<string>meta.fold.code-fence.begin</string> | ||
<key>end</key> | ||
<string>meta.fold.code-fence.end</string> | ||
<key>excludeTrailingNewlines</key> | ||
<true/> | ||
</dict> | ||
</array> | ||
</dict> | ||
<key>scope</key> | ||
<string>text.html.markdown</string> | ||
<key>settings</key> | ||
<dict> | ||
<key>foldScopes</key> | ||
<array> | ||
<dict> | ||
<key>begin</key> | ||
<string>markup.heading meta.whitespace.newline - markup.quote - meta.list</string> | ||
<key>end</key> | ||
<string>markup.heading - markup.quote - meta.list</string> | ||
<key>excludeTrailingNewlines</key> | ||
<true/> | ||
</dict> | ||
<dict> | ||
<key>begin</key> | ||
<string>meta.fold.code-fence.begin</string> | ||
<key>end</key> | ||
<string>meta.fold.code-fence.end</string> | ||
<key>excludeTrailingNewlines</key> | ||
<true/> | ||
</dict> | ||
</array> | ||
</dict> | ||
</dict> | ||
</plist> |
Oops, something went wrong.