File tree 1 file changed +39
-0
lines changed
1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change
1
+ # MarkdownTOC - 4.0.0
2
+
3
+ ---
4
+
5
+ ** NOTE: 4.0.0 may have "breaking changes"**
6
+
7
+ If there is a problem in autolink feature, Please check your ` MarkdownTOC.sublime-settings ` .
8
+
9
+ But please be assured. The change is very easy!
10
+
11
+ Ref: [ Upgrade Guide] ( https://github.com/naokazuterada/MarkdownTOC/releases/tag/4.0.0 )
12
+
13
+ ## Upgrade Guide
14
+
15
+ Please remove following "patterns" in "id_replacements".
16
+
17
+ ``` json
18
+ {
19
+ "id_replacements" : [
20
+ {
21
+ "pattern" : " [_*]{2}([^\\ s])[_*]{2}" ,
22
+ "replacement" : " \\ 1"
23
+ },
24
+ {
25
+ "pattern" : " [_*]([^\\ s])[_*]" ,
26
+ "replacement" : " \\ 1"
27
+ }
28
+ ]
29
+ }
30
+ ```
31
+
32
+ You do not need to do anything else.
33
+
34
+ ---
35
+
36
+ ## Changes
37
+
38
+ - Fix broking autolink when two or more _ (underscores) used in the title Ref: [ #142 ] ( https://github.com/naokazuterada/MarkdownTOC/issues/142 )
39
+ - Remove duplicate id_replacement patterns in settings file
You can’t perform that action at this time.
0 commit comments