Asciidoctor (asciidoctor v0.2.0)

Asciidoctor utilities for handling asciidoctor content Used in extracting Title and variables

Without the need to run asciidoctor and asciidoctor.js

Work In Progress! WARNING: This is NOT meant to substitute the ruby or javascript asciidoctor applications in any way!

:toc: right|left :imagesdir: ./images :iconsdir: ./icons :stylesdir: ./styles

:doctitle: = :title: :description: :keywords:

Link to this section Summary

Link to this section Functions

Hello world.

Examples

iex> Asciidoctor.hello()
:world
Link to this function

parse_asciidoc(metadata, asciidoc)

Link to this function

parse_block(block, metadata)

Link to this function

parse_block_section(meta)

Link to this function

parse_document(data)

Link to this function

parse_meta(meta)

Link to this function

parse_meta_attribute(meta)

Link to this function

parse_meta_author(meta)

    Author extraction is not complete refer to using :author: instead
    TODO
Link to this function

parse_meta_revisions(meta)

Revisions
        v1.0, October 2, 2013: First incarnation
:revnumber:
:revdate:
:revmark:
TODO
Link to this function

parse_meta_title(list)

Link to this function

reduce_meta_attribute(arg1, acc)