diff --git a/bmad/core/tasks/workflow.xml b/bmad/core/tasks/workflow.xml index 76e0c81d..29366fd2 100644 --- a/bmad/core/tasks/workflow.xml +++ b/bmad/core/tasks/workflow.xml @@ -70,6 +70,14 @@ Generate content for this section + MARKDOWN FORMATTING RULES - Critical for proper rendering across all markdown parsers: + 1. ALWAYS add blank line before and after bullet lists (-, *, +) + 2. ALWAYS add blank line before and after numbered lists (1., 2., etc.) + 3. ALWAYS add blank line before and after tables (| header |) + 4. ALWAYS add blank line before and after code blocks (```) + 5. Use - for bullets consistently (not * or +) + 6. Use language identifier for code fences (```bash, ```javascript, etc.) + Save to file (Write first time, Edit subsequent) Show checkpoint separator: ━━━━━━━━━━━━━━━━━━━━━━━ Display generated content