{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "markdeep-block/markdeep-block",
  "version": "0.0.1",
  "title": "Markdeep Block",
  "category": "widgets",
  "description": "Markdeep Block is a WordPress plugin for adding Gutenberg blocks supporting Markdeep syntax.",
  "supports": {
    "html": false
  },
  "textdomain": "markdeep-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}