derlin / bitdowntoc

Online and command-line Markdown TOC generator, with built-in support for BitBucket Server, GitHub, Gitlab, dev.to and more!
https://bitdowntoc.derlin.ch
Other
87 stars 8 forks source link

feat: add new lines inside TOC and link to bitdowntoc sources #11

Closed derlin closed 1 year ago

derlin commented 1 year ago

This commit:

The result is thus:

{%- # TOC start (generated with https://github.com/derlin/bitdowntoc) -%}

- [Introduction](#introduction)
  - [S3 specific outputs](#s3-specific-outputs)
- [Conclusion](#conclusion)

{%- # TOC end -%}

Resolves: #9 Resolves: #10

derlin commented 1 year ago

Thank you for using bitdowntoc and suggesting improvements!