{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "jetpack/markdown", "title": "Markdown", "description": "Add headings, lists, or links to plain text with ease.", "keywords": [ "formatting", "syntax", "markup" ], "version": "12.5.0", "textdomain": "jetpack", "category": "text", "icon": "", "supports": { "align": [ "wide", "full" ], "html": false, "spacing": { "padding": true, "margin": true, "__experimentalDefaultControls": { "padding": true, "margin": true } } }, "attributes": { "source": { "type": "string" } }, "example": { "attributes": { "source": "## ## Try Markdown\n\nMarkdown is a text formatting syntax that is converted into HTML. You can _emphasize_ text or **make it strong** with just a few characters." } }, "editorScript": "jetpack-blocks-editor" }