dadi / web

Web is a drop in front end for websites and web apps. Consumes data from DADI API and others
https://dadi.cloud/en/web/
Other
48 stars 16 forks source link

Allow not rendering html in Markdown provider #460

Closed jimlambie closed 5 years ago

jimlambie commented 5 years ago

Allows specifying that the markdown provider used in a datasource doesn't render the html.

Add "renderHtml": false to the datasource:

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

PR additionally adds Coveralls support for Web: https://coveralls.io/github/dadi/web