[announcement] Asciidoctor 0.1.1 released!

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[announcement] Asciidoctor 0.1.1 released!

mojavelinux
Administrator
We're thrilled to announce that Asciidoctor 0.1.1 has been released!
http://rubygems.org/gems/asciidoctor

There are several key changes in this release:

* the document is parsed in one pass, so that preprocessor directives (ifdef, include, etc) and attribute entries are contextual (interpretted at the right time)
* the document title is included in the HTML output when the header & footer are disabled if the attribute notitle! is set (i.e., 'notitle!' => '')
* custom templates are loaded more intelligently (and in some cases, actually work now)
* significant speed boost in both parsing and rendering (~15% overall)

For a more complete list of changes, see the (evolving) CHANGELOG: https://github.com/asciidoctor/asciidoctor/wiki/CHANGELOG

If this is your first time using it, you can install it using:

 gem install asciidoctor

Then head over to the README for some tips to get started: https://github.com/asciidoctor/asciidoctor/#readme

If you are upgrading, use this command:

 gem update asciidoctor

I'm currently working on a newbie guide to AsciiDoc. It's a very rough cut at this point, but if you're interested in following along, you can find it here:


Happy writing!

-Dan