AsciiDoc Plugin

The AsciiDoc Plugin allows you to use .adoc and .asciidoc files as source content.

How it works

The plugin uses the asciidoctor command-line tool to render files into HTML fragments.

Requirements

You must have asciidoctor installed on your system:

sudo apt-get install asciidoctor

Features

Configuration

Enable in fluid.cfg:

[plugins]
enabled=..., asciidoc