markdown.instructions.md 438 B


applyTo: "*/.md"

description: Editing Markdown

Markdown files

  • Obey formatting rules defined in .markdownlint-cli2.jsonc
  • For fenced code blocks:
    • Use language identifiers as much as possible, e.g., php, js, css
    • Favour sh over bash
  • Automatic fixes can be done with:

    npm run markdownlint_fix
    
  • Validation can be done with:

    npm run markdownlint