2018/12/24, build 0001 (preview edition)
vscode-mdlint-plugin is an awesome vscode markdown plugin, powerred by hustcc/lint-md
- search
'mdlint'and install it. - create the configuration file and name it
'mdlint.json'. - or you have no specical preference? Just keep no config file,
mdlintwill work still fine inrecommanded mode.
{
"rules": {
"no-empty-code": 1
}
}see hustcc/lint-md for more.