Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

markdownlint-rule-emphasis-style

byzyk110MIT1.0.1

Markdownlint rule forcing consistent emphasis style.

markdownlint, rule, md, emphasis, markdown, linter

readme

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