mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-26 18:22:50 -04:00
Not stable yet, but initial structure https://agents.md https://agentskills.io/specification https://code.visualstudio.com/docs/copilot/customization/custom-instructions https://code.visualstudio.com/docs/copilot/customization/agent-skills
426 B
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
shoverbash
- Use language identifiers as much as possible, e.g.,
- Automatic fixes can be done with:
npm run markdownlint_fix - Validation can be done with:
npm run markdownlint