Skip to content

Releases: jonathanpoelen/gh-md-toc

v2.0.0

08 Oct 12:25
Compare
Choose a tag to compare
  • fix parsing with latest github api
  • add --completion
  • add --print-api-result
  • add {md} placeholder with --cmd-api
  • replace --use-cmd-api with --use-cmd
  • replace --use-url-api with --use-lua-curl
  • replace --no- prefix instead of --no for inversion flag

v1.6.1

11 Nov 18:23
Compare
Choose a tag to compare
update version to 1.6.1

v1.6.0

21 Aug 01:31
Compare
Choose a tag to compare
update version to 1.6.0

v1.4.1

30 Jul 01:17
Compare
Choose a tag to compare
  • fix: last title is lost
  • fix: unknown table.move with lua51/luajit

v1.4.0

27 Jul 16:21
Compare
Choose a tag to compare
  • new format: {=0:pad:expr} padding of the size of expr
  • enables --all-title if no TOC label is found

v1.3.0

14 Jul 17:28
Compare
Choose a tag to compare
  • --after-toc/-a becomes --all-title/-a: the behavior is reversed
  • add --cmd-api and --cmd-rather-than-url
  • rockspec file for an installation with luarocks

v1.2.0

13 Jul 14:13
Compare
Choose a tag to compare
  • add {htmltitle} with --format
  • ignore title within a code block

v1.1.0

29 Apr 17:38
Compare
Choose a tag to compare
  • fix --inplace always on
  • add {=n:pad:expr} with --format
  • support of utf8 with alignement

v1.0

29 Apr 03:24
Compare
Choose a tag to compare
README: minor changes