No release in over a year
An Asciidoctor extension that generates AsciiDoc output
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.2.18
~> 13

Runtime

>= 2.0.11, < 2.1
 Project Readme

Asciidoctor-AsciiDoctor

This code is a WiP, and at this point is just a joke

An AsciiDoctor converter extension that converts AsciiDoc back to AsciiDoc text.

See also:

Thanks to Owen T. Heisler and his asciidoctor-multipage extension that I scavenged to bootstrap this workspace.

Usage

$ asciidoctor -r asciidoctor-asciidoc -b adoc \
    -D test/out test/black-box-docs/sample/sample.adoc

Development

  • To install dependencies, run bundler install.
  • To run tests, run bundler exec rake.
  • To build the current version, run bundler exec rake build; the gem will be placed in the pkg/ directory.
  • To release a new version:
    1. update the date in asciidoctor-asciidoc.gemspec, remove .dev from the version in lib/asciidoctor-asciidoc/version.rb, run bundler lock, and commit the changes;
    2. run bundler exec rake release; and
    3. increment the version in lib/asciidoctor-asciidoc/version.rb (adding .dev), run bundler lock, and commit the changes.