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
- Host: GitHub
- URL: https://github.com/sim51/asciidoctor-extensions
- Owner: sim51
- Created: 2015-11-17T17:33:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-17T17:23:50.000Z (over 7 years ago)
- Last Synced: 2025-01-24T16:44:34.064Z (4 months ago)
- Language: HTML
- Size: 2.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
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.