Skip to content

Commit

Permalink
Add message
Browse files Browse the repository at this point in the history
  • Loading branch information
naokazuterada committed Jan 19, 2020
1 parent 0d305a4 commit cb0ad21
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions messages/4.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# MarkdownTOC - 4.0.0

---

**NOTE: 4.0.0 may have "breaking changes"**

If there is a problem in autolink feature, Please check your `MarkdownTOC.sublime-settings`.

But please be assured. The change is very easy!

Ref: [Upgrade Guide](https://github.com/naokazuterada/MarkdownTOC/releases/tag/4.0.0)

## Upgrade Guide

Please remove following "patterns" in "id_replacements".

```json
{
"id_replacements": [
{
"pattern": "[_*]{2}([^\\s])[_*]{2}",
"replacement": "\\1"
},
{
"pattern": "[_*]([^\\s])[_*]",
"replacement": "\\1"
}
]
}
```

You do not need to do anything else.

---

## Changes

- Fix broking autolink when two or more _ (underscores) used in the title Ref: [#142](https://github.com/naokazuterada/MarkdownTOC/issues/142)
- Remove duplicate id_replacement patterns in settings file

0 comments on commit cb0ad21

Please sign in to comment.