# ghostkit/3.4.1/gutenberg/blocks/markdown/block.json

Block Animations, Motion &amp; Scroll Effects – Ghost Kit, version 3.4.1. 20 lines.

- Page: https://pluginprobe.com/plugins/ghostkit/3.4.1/code/gutenberg/blocks/markdown/block.json
- Raw: https://pluginprobe.com/plugins/ghostkit/3.4.1/raw/gutenberg/blocks/markdown/block.json
- Modified: 2024-12-18T21:19:20+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/ghostkit/3.4.1/code/gutenberg/blocks/markdown/block.json#L10-L20`.

```json
{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "ghostkit/markdown",
	"category": "ghostkit",
	"title": "Markdown",
	"description": "Lightweight markup language with plain-text-formatting syntax.",
	"keywords": ["formatting", "markup", "md"],
	"supports": {
		"html": false,
		"className": false,
		"anchor": true
	},
	"attributes": {
		"content": {
			"type": "string"
		}
	}
}

```
