Skip to content

Version 6.1.1

Choose a tag to compare

@jimlambie jimlambie released this 29 Nov 17:46
· 95 commits to develop since this release

Changed

  • Add property to markdown datasource to specify whether the HTML should be rendered and added to the output. To disable HTML, simply extend the source block with a renderHtml property:

     "source": {
        "type": "markdown",
        "path": "./docs",
        "renderHtml": false
      }