1.3.1 • Published 7 months ago

docsify-asciidoc v1.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

= Docsify AsciiDoc plugin

With docsify-asciidoc you can render AsciiDoc pages in Docsify.

This plugin leverage is a simple Docsify plugin based on the great work done in other projects:

You can choose the embedded Downdoc rendered (very small footprint) or use Asciidoctor as processor.

== How to use it

Ensure you disable the default .md extension in Docsify:

source,javascript

window.$docsify = {
    ext: ''
}

=== With Asciidoctor

For a more complete feature set you can use Asciidoctor.js, and you need to import 2 libraries in your docsify index.html:

source,html


then you need to enable asciidoctor i your Docsify configuration:

source,javascript

window.$docsify = {
  asciidocToMarkdown : {
    asciidoctorEnabled: true,
  }
}

=== With embedded processor

Include the following snippet in your Docsify index.html:

source,html

== Example

Check the link:example/index.htmlexample/index.html for a complete configuration example.

1.3.1

7 months ago

1.3.0

7 months ago

1.2.1

10 months ago

1.2.0

11 months ago

1.1.0

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago