hexo-renderer-marked-mini

Zero configuration marked renderer.

Usage no npm install needed!

<script type="module">
  import hexoRendererMarkedMini from 'https://cdn.skypack.dev/hexo-renderer-marked-mini';
</script>

README

hexo-renderer-marked-mini

Yet another marked renderer for hexo with zero configuration.

Installation

$ npm install hexo-renderer-marked-mini

Options

You can configure this plugin in _config.yml.

marked:
  # marked options
  # see: https://marked.js.org/using_advanced#options

Extras

This plug-in provides the same extensibility as hexo-renderer-marked does, Look at extensibility chapter.