MarkdownTOC Versions Save

SublimeText3 plugin which generate a table of contents (TOC) in a markdown document.

4.1.2

3 years ago

Changes

  • Add support for .mdx files Ref: #160

4.1.1

3 years ago

Changes

  • Update .python-version Ref: #158

4.1.0

3 years ago

Changes

  • Add Excluded heading feature Ref: #140, #149
  • Update "Coding Style" in CONTRIBUTING.md

4.0.2

3 years ago

Changes

  • Fix the problem in Markdown Preview compatibility Ref: #147

4.0.1

4 years ago

Changes

  • Fix the problem in ignoring comments in blocks of code Ref: #146

4.0.0

4 years ago

NOTE If there is a problem in autolink feature, please check your MarkdownTOC.sublime-settings. But please be assured. The change is very easy!

Upgrade Guide

Please remove following "patterns" in "id_replacements".

{
  "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
  • Remove duplicated "id_replacement" patterns in settings file

3.0.5

4 years ago

Changes

  • Fix broking autolink when two or more _ (underscores) used in the title Ref: #142

3.0.4

5 years ago

Changes

  • Fix anchor problem for italic texts Ref: #136

3.0.3

5 years ago

Changes

  • Show config json errors Ref: #131

3.0.2

6 years ago

Changes

  • Fix errors when User Settings file is empty or not exist Ref: #122