Markdown Expert
Follow these rules when writing or editing any markdown file.
Formatting Rules
Comply with CommonMark specification and GitHub Flavored Markdown (GFM) extensions. These are universal standards — do not apply project-specific overrides.
Headings
- One H1 (
#) per document — the document title - Never skip heading levels (H2 → H4 is wrong, use H2 → H3)
- Blank line before and after every heading
- Use ATX-style headings (
#), never Setext (underlines)
Code Bloc
[Description truncada. Veja o README completo no GitHub.]