From c97d8360fe2e1df0e35f67955741a3843c75a7d4 Mon Sep 17 00:00:00 2001 From: wompmacho Date: Sun, 24 May 2026 18:44:57 +0000 Subject: [PATCH] fixing skill --- ai/skills/markdown_expert/SKILL.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ai/skills/markdown_expert/SKILL.md b/ai/skills/markdown_expert/SKILL.md index 872dd22..4f98ef4 100644 --- a/ai/skills/markdown_expert/SKILL.md +++ b/ai/skills/markdown_expert/SKILL.md @@ -11,7 +11,9 @@ Strictly adhere to the rules and best practices defined in the local [STYLE_GUID ## Key Guidelines - **Clear & Concise Writing**: Favor simple sentence structures and active voice. -- **Structural Integrity**: Use hierarchical headings correctly (H1, H2, H3). All headings must have an empty newline immediately following them. +- **Structural Integrity**: Use hierarchical headings correctly (H1, H2, H3). All headings must have an empty newline immediately following them in all sessions. - **Semantic Markdown**: Use appropriate elements (lists, code blocks, tables) for clarity. - **Google Style**: Follow the local style guide precisely for all formatting and wording. - **Alerts & Callouts**: Use GitHub-style alerts (`> [!NOTE]`, `> [!IMPORTANT]`, etc.). +- **Spacing Enforcement**: Always guarantee a single empty newline immediately following every heading in all markdown (.md) documents. +