byzyk / markdownlint-rule-emphasis-style

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

markdownlint-rule-emphasis-style

markdownlint rule that forces consistency of emphasis style (bold or italic).

Install

npm install --save-dev markdownlint-rule-emphasis-style

Usage

{
  "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

About

License:MIT License


Languages

Language:JavaScript 100.0%