https://github.com/zhusiqing/markdown_style
https://github.com/zhusiqing/markdown_style
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhusiqing/markdown_style
- Owner: zhusiqing
- Created: 2018-04-11T07:06:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T07:45:21.000Z (over 8 years ago)
- Last Synced: 2025-02-01T12:45:40.119Z (over 1 year ago)
- Language: CSS
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# markdown_style
- vscode 自定义设置
配置文件
```js
"markdown.styles": [
"file:///Users/mzh/mdcss/markdown_style.css"
]
```
> 必须使用file协议,vscode是基于这个读取的