1
0
Fork 0

Adding vscode settings for this project

Also updating the table of content to use gitea slufigy mode.
Generating the table of content is made with the extension "Markdown
All in One". Unfortunately, it doesn't generate anchors fitting for gitea.
This TOC is generated with a modified version of Markdown All in One to
add a gitea slugification mode. See
https://github.com/yzhang-gh/vscode-markdown/pull/763 for the hack
This commit is contained in:
Rodolphe Houdas 2020-07-25 02:18:38 +02:00
parent 827ac83773
commit d269db0ee6
2 changed files with 5 additions and 2 deletions

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"markdown.extension.toc.slugifyMode": "gitea"
}

View File

@ -2,8 +2,8 @@
My collection of dotfiles, to be used with `stow`
- [:truck: How to get](#-how-to-get)
- [:checkered_flag: How to use](#-how-to-use)
- [:truck: How to get](#truck-how-to-get)
- [:checkered_flag: How to use](#checkered-flag-how-to-use)
## :truck: How to get