File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 3
3
" davidanson.vscode-markdownlint" ,
4
4
" editorconfig.editorconfig" ,
5
5
" foxundermoon.shell-format" ,
6
- " timonwong.shellcheck"
6
+ " timonwong.shellcheck" ,
7
+ " yzhang.markdown-all-in-one"
7
8
]
8
9
}
Original file line number Diff line number Diff line change 8
8
".shellcheckrc" : " properties"
9
9
},
10
10
11
+ // Markdown table of contents generation
12
+ "markdown.extension.toc.levels" : " 2..2" ,
13
+ "markdown.extension.toc.slugifyMode" : " github" ,
14
+
11
15
// Use EditorConfig for shfmt settings
12
16
"shellformat.useEditorConfig" : true ,
13
17
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ bash-script-template
5
5
6
6
A * Bash* scripting template incorporating best practices & several useful functions.
7
7
8
+ - [ Motivation] ( #motivation )
9
+ - [ Files] ( #files )
10
+ - [ Usage] ( #usage )
11
+ - [ Controversies] ( #controversies )
12
+ - [ License] ( #license )
13
+
8
14
Motivation
9
15
----------
10
16
You can’t perform that action at this time.
0 commit comments