Closed ronaldtse closed 5 months ago
reverse_adoc is basically an HTML to AsciiDoc converter, so all we need is to parse HTML into a Coradoc::Document
, then the functionality is done.
Here's the success criteria:
After success of the 01 document, use reverse_adoc to convert the 02 document (with images, etc):
This is done in #92
Depends on: