2023-03-25 17:09:00 +01:00
|
|
|
# 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:
|
|
|
|
|
2023-04-04 11:46:52 +02:00
|
|
|
```markdown
|
2023-08-29 11:03:31 +02:00
|
|
|
<!-- editorconfig-checker-disable -->
|
2023-05-13 08:25:36 +02:00
|
|
|
<!-- prettier-ignore-start -->
|
|
|
|
|
2023-03-25 17:09:00 +01:00
|
|
|
<!-- START doctoc -->
|
|
|
|
<!-- END doctoc -->
|
2023-05-13 08:25:36 +02:00
|
|
|
|
|
|
|
<!-- prettier-ignore-end -->
|
2023-08-29 11:03:31 +02:00
|
|
|
<!-- editorconfig-checker-enable -->
|
2023-04-04 11:46:52 +02:00
|
|
|
```
|
2023-03-25 17:09:00 +01:00
|
|
|
|
2023-05-13 08:25:36 +02:00
|
|
|
- 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
|
|
|
|
|
2023-04-04 11:46:52 +02:00
|
|
|
<!--
|
|
|
|
vim: filetype=markdown textwidth=78
|
|
|
|
-->
|