What problem does it solve? Writing content for Notion MCP tools (notion-create-pages, notion-update-page, create-attachment) requires a special Markdown variant with strict rules — tab indentation, escaped characters, XML-style blocks, and no blank lines. Standard Markdown silently breaks or renders incorrectly, causing malformed pages, lost child pages, and broken toggles. ## Core Features & Use Cases - Syntax Conversion Guidance: Converts standard or GitHub-flavored Markdown into Notion-flavored Markdown, covering callouts, toggles, tables, columns, mentions, and synced blocks. - Pitfall Prevention: Enforces critical rules such as tab-based indentation, <empty-block/> instead of blank lines, <mention-page> versus <page> semantics, and no raw newlines inside inline code or quotes. - Pre-Submit Checklist: Provides a verification checklist before sending content to Notion MCP tools, plus a full syntax reference in reference.md. - Use Case: When asked to create a Notion page containing a callout with a checklist and a Mermaid diagram, the skill ensures the content field uses correct tab-indented children, quoted Mermaid labels, and proper escaping so the page renders correctly. ## Quick Start Ask the AI to convert a section of standard Markdown into Notion-flavored Markdown for a notion-create-pages call, for example: "Format this callout with a checklist as Notion markdown for my page update."