Skip to content

Instantly share code, notes, and snippets.

@bucketsize
Last active December 11, 2015 23:58
Show Gist options
  • Save bucketsize/4680189 to your computer and use it in GitHub Desktop.
Save bucketsize/4680189 to your computer and use it in GitHub Desktop.

Asciidoctor

Ryan Waldron, Dan Allen

Asciidoctor is a native Ruby processor for converting AsciiDoc source files and strings into HTML 5, DocBook 4.5 and other formats.

Installation

You can install the Asciidoctor RubyGem using the gem command:

gem install asciidoctor

On Fedora, you can install via an RPM package (pending) using the yum command:

yum install rubygem-asciidoctor

Now you are ready to start using Asciidoctor!

Benefits

Asciidoctor is:

  • compliant

  • fast

  • secure

  • stable

'Give it a try!'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment