{
  "description": "test18 - test conversion of Business Intelligence itemd",
  "htmlMdConfig": {
    "frontMatter": null,
    "omit": [
      "noscript > img"
    ],
    "transform": [
      {
        "comment": "convert all Business Intelligence lazy images",
        "selector": "img[data-srcs]",
        "conversions": [
          {
            "type": "convertBILazyImage",
            "debug": false
          }
        ]
      },
      {
        "comment": "convert timestamp element to readable time",
        "selector": "div.byline-timestamp",
        "conversions": [
          {
            "type": "convertTimestamp",
            "timestampAttrName": "data-timestamp",
            "debug": true
          }
        ]
      }
    ],
    "select": [
      "body"
    ]
  }
}
