markdownlint-rule-emphasis-style
v1.0.1
Published
Markdownlint rule forcing consistent emphasis style.
Downloads
1,337
Maintainers
Readme
markdownlint-rule-emphasis-style
markdownlintrule that forces consistency of emphasis style (bold or italic).
Install
npm install --save-dev markdownlint-rule-emphasis-styleUsage
{
"emphasis-style": { "style": "consistent" }
}Options
style string
"consistent"- first matched style will be forced by default. Default option."*"- force**bold**and*italic*style."_"- force__bold__and_italic_style.
License
MIT
