mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-01 07:59:22 +01:00
24 lines
534 B
Markdown
24 lines
534 B
Markdown
# A quick note on doctoc where I can find it
|
|
|
|
- https://github.com/thlorenz/doctoc
|
|
|
|
For pre-commit configuration see `./.pre-commit-config.yaml`
|
|
|
|
To enable it at a specific position, throw in:
|
|
|
|
```markdown
|
|
<!-- prettier-ignore-start -->
|
|
|
|
<!-- START doctoc -->
|
|
<!-- END doctoc -->
|
|
|
|
<!-- prettier-ignore-end -->
|
|
```
|
|
|
|
- https://github.com/thlorenz/doctoc/blob/master/README.md#specifying-location-of-toc
|
|
- https://github.com/thlorenz/doctoc/wiki/Using-doctoc-in-projects-cleaned-by-prettier
|
|
|
|
<!--
|
|
vim: filetype=markdown textwidth=78
|
|
-->
|