markdownlint-rule-emphasis-style

1.0.1 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i markdownlint-rule-emphasis-style

Weekly Downloads

23

Version

1.0.1

License

MIT

Unpacked Size

4.49 kB

Total Files

5

Last publish

Collaborators

  • bohdan.kh