Migration to Coradoc

To migrate to Coradoc, replace:

require 'reverse_adoc'

ReverseAdoc.convert("<b>hello</b>")

With:

require 'coradoc'
require 'coradoc/reverse_adoc'

Coradoc::ReverseAdoc.convert("<b>hello</b>")

License

Copyright Ribose.