Files
FreshRSS/.github/instructions/markdown.instructions.md

426 B

applyTo, description
applyTo description
**/*.md Editing Markdown

Markdown files

  • Obey formatting rules defined in .markdownlint.json
  • 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