{
  "description": "conversion test for changeAnchorWithBlockChild",
  "htmlMdConfig": {
    "frontMatter": null,
    "omit": [],
    "transform": [
      {
        "comment": "change anchor to span if it has a child block element",
        "selector": "a",
        "conversions": [
          {
            "type": "changeAnchorWithBlockChild",
            "debug": true
          }
        ]
      }
    ],
    "select": [
      "body"
    ]
  }
}
