GitHub markdown and prose style.
Learn more about presets in unified's docs.
NOTE: Feel free to open an issue if something isn't working right.
Installation
npm:
npm install remark-cli remark-preset-github --save
Now add the following to your package.json
:
"scripts": {
"build-md": "remark ."
"test": "npm run build-md && ..."
},
"remarkConfig": {
"plugins": [
"preset-github"
]
},
From now on, npm test
also checks markdown.
npm test
Checks
Markdown
Natural Language
See retext-preset-github
for more info.
License
MIT © Titus Wormer