We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd1112b commit b427994Copy full SHA for b427994
2 files changed
messages.json
@@ -41,5 +41,6 @@
41
"3.1.4": "messages/3.1.4.md",
42
"3.1.5": "messages/3.1.5.md",
43
"3.1.6": "messages/3.1.6.md",
44
- "3.1.7": "messages/3.1.7.md"
+ "3.1.7": "messages/3.1.7.md",
45
+ "3.1.8": "messages/3.1.8.md"
46
}
messages/3.1.8.md
@@ -0,0 +1,15 @@
1
+# MarkdownEditing 3.1.8 Changelog
2
+
3
+Your _MarkdownEditing_ plugin is updated. Enjoy new version. For any type of
4
+feedback you can use [GitHub issues][issues].
5
6
+## Bug Fixes
7
8
+* Fix GFM auto-link termination
9
+* Add support for pandoc attributes in reference definitions (#712)
10
11
+## New Features
12
13
+## Changes
14
15
+[issues]: https://github.com/SublimeText-Markdown/MarkdownEditing/issues
0 commit comments