hexo-renderer-asciidoc

Asciidoc renderer plugin for hexo

Usage no npm install needed!

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

README

image:https://travis-ci.org/hcoona/hexo-renderer-asciidoc.svg?branch=master["Build Status", link="https://travis-ci.org/hcoona/hexo-renderer-asciidoc"] image:https://badge.fury.io/js/hexo-renderer-asciidoc.svg["npm version", link="https://badge.fury.io/js/hexo-renderer-asciidoc"] image:https://coveralls.io/repos/github/hcoona/hexo-renderer-asciidoc/badge.svg?branch=master["Coverage Status", link=https://coveralls.io/github/hcoona/hexo-renderer-asciidoc?branch=master] image:https://app.fossa.io/api/projects/git%2Bgithub.com%2Fhcoona%2Fhexo-renderer-asciidoc.svg?type=shield["FOSSA Status", link=https://app.fossa.io/projects/git%2Bgithub.com%2Fhcoona%2Fhexo-renderer-asciidoc?ref=badge_shield]

= Asciidoc Renderer for Hexo

Add support for Asciidoc. This plugin uses link:https://www.npmjs.com/package/asciidoctor.js[asciidoctor.js] as render engine.

== Install


$ npm install hexo-renderer-asciidoc --save

== License

image:https://app.fossa.io/api/projects/git%2Bgithub.com%2Fhcoona%2Fhexo-renderer-asciidoc.svg?type=large["FOSSA Status", link=https://app.fossa.io/projects/git%2Bgithub.com%2Fhcoona%2Fhexo-renderer-asciidoc?ref=badge_large]