Skip to content

Commit

Permalink
đź“ť Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasTao committed Oct 29, 2020
1 parent f389b9d commit 1300313
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 21 deletions.
11 changes: 10 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,16 @@
},
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
"typescript.tsc.autoDetect": "off",
"cSpell.words": ["Picgo", "Zhihu", "hljs", "vditor", "xlink"],
"cSpell.words": [
"Picgo",
"Zhihu",
"gantt",
"hljs",
"katex",
"mathjax",
"vditor",
"xlink"
],
"vscode-md.image.pathType": "relative",
"vscode-md.image.dirPath": "..\\docs\\images"
// "vscode-md.image.pathType": "absolute",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## đź’ˇ Introduction

**Meet all needs of writing markdown on vscode**
**A full-featured markdown extension**

## ✨ Features

Expand Down
40 changes: 23 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"publisher": "TobiasTao",
"version": "0.5.0",
"engines": {
"vscode": "^1.48.0"
"vscode": "^1.50.0"
},
"categories": [
"Other"
Expand Down Expand Up @@ -226,7 +226,7 @@
"prettier": "^2.0.5",
"ts-loader": "^7.0.5",
"typescript": "^3.8.3",
"vsce": "^1.79.3",
"vsce": "^1.81.1",
"vscode-test": "^1.4.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
Expand Down

0 comments on commit 1300313

Please sign in to comment.