static-engine-converter-marked

5.12.2 • Public • Published

static-engine-converter-marked

Dependency Status devDependency Status js-standard-style

This is a plugin for static-engine. Traverses every object in the array and converts the content with marked.

var engine = require('static-engine')
var marked = require('static-engine-converter-marked')
var pluginA = require('plugin-a')
 
engine([
  pluginA,
  marked({
    highlight: function (code) {
      return hljs.highlightAuto(code).value
    }
  })
])

Readme

Keywords

Package Sidebar

Install

npm i static-engine-converter-marked

Weekly Downloads

0

Version

5.12.2

License

MIT

Last publish

Collaborators

  • erickmerchant