An open API service indexing awesome lists of open source software.

https://github.com/sim51/asciidoctor-extensions

Some personal asciidoctor extensions
https://github.com/sim51/asciidoctor-extensions

Last synced: 2 months ago
JSON representation

Some personal asciidoctor extensions

Awesome Lists containing this project

README

        

= Asciidoctor extension

== Backend

There are two customs backend :

* *neo4j :* to make HTML report with Neo4j design
* *revealjs :* to make a presentation with reveal.js

[source,shell]
----
$> # Generic command
$>asciidoctor -T ASCIIDOCTOR_EXTENSION_HOME/backends/slim/BACKEND_NAME ASCIIDOC_FILE
$>
$> # Example
$>asciidoctor -T /usr/local/asciidoctor_extension/backends/slim/neo4j index.adoc
----

NOTE: For the neo4j one, all files are embedded into the document, so it's easy to share with someone, just send the generated html file.