Skip to content

Configurable VSCode 💻markdown plugin

Notifications You must be signed in to change notification settings

lint-md/vscode-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vscode-mdlint-plugin

2018/12/24, build 0001 (preview edition)

vscode-mdlint-plugin is an awesome vscode markdown plugin, powerred by hustcc/lint-md

How to use

  • 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, mdlint will work still fine in recommanded mode.

mdlint.json

format

{
  "rules": {
    "no-empty-code": 1
  }
}

API

see hustcc/lint-md for more.