Skip to content

Commit

Permalink
chore(vscode): add markdown-all-in-one extension
Browse files Browse the repository at this point in the history
  • Loading branch information
redtux committed Sep 19, 2023
1 parent c635d9c commit 0266a95
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"mikestead.dotenv",
"redhat.vscode-yaml",
"timonwong.shellcheck",
"vivaxy.vscode-conventional-commits"
"vivaxy.vscode-conventional-commits",
"yzhang.markdown-all-in-one"
]
}
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,10 @@
"activityBar.background": "#282F30",
"titleBar.activeBackground": "#374243",
"titleBar.activeForeground": "#FBFBFB"
}
},
"markdown.extension.italic.indicator": "_",
"markdown.extension.preview.autoShowPreviewToSide": true,
"markdown.extension.print.theme": "dark",
"markdown.extension.tableFormatter.normalizeIndentation": true,
"markdown.extension.toc.orderedList": false
}

0 comments on commit 0266a95

Please sign in to comment.