Skip to content

Releases: ardumont/markdown-toc

0.1.5

17 May 12:35
0.1.5
9565eea
Compare
Choose a tag to compare
  • Provide a markdown-toc minor mode
  • Follow link in toc: M-x markdown-toc-follow-toc-link-at-point
  • Allow user space indentation customization

0.1.4

02 May 07:43
0.1.4
e6de0f5
Compare
Choose a tag to compare
  • Replace back s-replace-regexp to replace-regexp-in-string

0.1.3

28 Apr 17:03
0.1.3
eda9650
Compare
Choose a tag to compare
  • Update ci tools
  • Update tools using pinned nix-shell
  • Take back control on the old 0.1.3 branch
  • Deal properly with heading containing _ - Closes #43
  • markdown-imenu-create-nested-index function definition is void - Closes #29

0.1.2

25 Jul 12:06
0.1.2
Compare
Choose a tag to compare
  • Make markdown-toc-header-toc-* customizable - Closes #26
  • Update version
  • Release notes

0.1.1

20 Jul 09:47
0.1.1
Compare
Choose a tag to compare
  • Update version
  • Fix the problem when generating TOC for document with UTF-8 characters - Closes #24
  • Release notes

0.1.0

27 Feb 11:10
0.1.0
Compare
Choose a tag to compare
  • Update dependencies (markdown-mode)
  • Update version
  • Add template for issues
  • Add markdown-toc-bug-report command
  • Release notes

0.0.9

27 Feb 11:12
Compare
Choose a tag to compare
  • Permit user-custom function to manipulate toc some more - #16
  • Improve testing
  • Clean some code
  • Update version
  • Clean up tests

0.0.8

15 Jul 16:38
Compare
Choose a tag to compare
  • Add test coverage
  • Improve CI code
  • Respect elisp conventions
  • Update version
  • Update version dependencies
  • Release notes

0.0.7

15 Dec 22:43
Compare
Choose a tag to compare
  • Add prefix argument to `markdown-toc/generate-toc' to replace existing TOC at the same location #10
  • Simplify tests launcher
  • Add itest on toc generation when using modifier [2/2]
    • Use ert to simplify tests output reading in case of error
    • Add test on the new use case from #10
  • Update README.md
  • Update version
  • Release notes

0.0.6

30 Jun 11:15
Compare
Choose a tag to compare
  • Fix typo on the markdown header information
  • Strip non-ASCII characters from heading links, to be consistent with GitHub.
  • Update version
  • Release notes