{
  "names": [
    "mktext"
  ],
  "type": "program",
  "name": "mktext",
  "summary": "render to plain text",
  "synopsis": [
    "[flags] [options]"
  ],
  "options": {
    "indent": {
      "key": "indent",
      "description": "Code block and block quote indentation",
      "names": [
        "-i",
        "--indent"
      ],
      "type": "option",
      "extra": "=[NUM]",
      "required": false,
      "multiple": false,
      "value": "4",
      "name": "--indent"
    },
    "quote": {
      "key": "quote",
      "description": "Character used to prefix block quotes",
      "names": [
        "-q",
        "--quote"
      ],
      "type": "option",
      "extra": "=[VAL]",
      "required": false,
      "multiple": false,
      "name": "--quote"
    },
    "emph": {
      "key": "emph",
      "description": "Preserve emph as markdown",
      "names": [
        "-e",
        "--emph"
      ],
      "type": "flag",
      "name": "--emph"
    },
    "strong": {
      "key": "strong",
      "description": "Preserve strong as markdown",
      "names": [
        "-s",
        "--strong"
      ],
      "type": "flag",
      "name": "--strong"
    },
    "code": {
      "key": "code",
      "description": "Preserve inline code as markdown",
      "names": [
        "-c",
        "--code"
      ],
      "type": "flag",
      "name": "--code"
    },
    "link": {
      "key": "link",
      "description": "Preserve links as markdown",
      "names": [
        "-l",
        "--link"
      ],
      "type": "flag",
      "name": "--link"
    },
    "thematicBreak": {
      "key": "thematicBreak",
      "description": "Preserve thematic break as markdown",
      "names": [
        "-t",
        "--thematic-break"
      ],
      "type": "flag",
      "name": "--thematic-break"
    },
    "image": {
      "key": "image",
      "description": "Preserve image as markdown",
      "names": [
        "-I",
        "--image"
      ],
      "type": "flag",
      "name": "--image"
    },
    "codeBlock": {
      "key": "codeBlock",
      "description": "Preserve code block as markdown",
      "names": [
        "-C",
        "--code-block"
      ],
      "type": "flag",
      "name": "--code-block"
    },
    "blockQuote": {
      "key": "blockQuote",
      "description": "Preserve block quote as markdown",
      "names": [
        "-B",
        "--block-quote"
      ],
      "type": "flag",
      "name": "--block-quote"
    },
    "heading": {
      "key": "heading",
      "description": "Preserve heading as markdown",
      "names": [
        "-H",
        "--heading"
      ],
      "type": "flag",
      "name": "--heading"
    },
    "softbreak": {
      "key": "softbreak",
      "description": "Preserve softbreak as markdown",
      "names": [
        "-S",
        "--softbreak"
      ],
      "type": "flag",
      "name": "--softbreak"
    },
    "linebreak": {
      "key": "linebreak",
      "description": "Preserve linebreak as markdown",
      "names": [
        "-L",
        "--linebreak"
      ],
      "type": "flag",
      "name": "--linebreak"
    },
    "htmlInline": {
      "key": "htmlInline",
      "description": "Preserve inline html as markdown",
      "names": [
        "--html-inline"
      ],
      "type": "flag",
      "name": "--html-inline"
    },
    "htmlBlock": {
      "key": "htmlBlock",
      "description": "Preserve html block as markdown",
      "names": [
        "--html-block"
      ],
      "type": "flag",
      "name": "--html-block"
    },
    "customInline": {
      "key": "customInline",
      "description": "Preserve custom inline as markdown",
      "names": [
        "--custom-inline"
      ],
      "type": "flag",
      "name": "--custom-inline"
    },
    "customBlock": {
      "key": "customBlock",
      "description": "Preserve custom block as markdown",
      "names": [
        "--custom-block"
      ],
      "type": "flag",
      "name": "--custom-block"
    },
    "help": {
      "key": "help",
      "description": "Display help and exit",
      "names": [
        "-h",
        "--help"
      ],
      "type": "flag",
      "name": "--help"
    },
    "version": {
      "key": "version",
      "description": "Print the version and exit",
      "names": [
        "--version"
      ],
      "type": "flag",
      "name": "--version"
    }
  }
}
