reverse_adoc
reverse_adoc copied to clipboard
Convert HTML/Word DOCX into AsciiDoc syntax
= AsciiDoc from HTML and Microsoft Word: reverse_adoc
This repository has been merged into Coradoc. See:
- https://github.com/metanorma/coradoc/
- https://github.com/metanorma/coradoc/tree/main/lib/coradoc/reverse_adoc
== Migration to Coradoc
To migrate to Coradoc, replace:
[source,ruby]
require 'reverse_adoc'
ReverseAdoc.convert("hello")
With:
[source,ruby]
require 'coradoc' require 'coradoc/reverse_adoc'
Coradoc::ReverseAdoc.convert("hello")
== License
Copyright Ribose.