You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ronaldtse
changed the title
Add Formatter and Importer patterns for multiple output/input formats
Add Output and Input patterns for multiple output/input formats
Jul 11, 2024
This provides a backbone for implementing #72.
Convert reverse_adoc to Coradoc::Input::HTML (fixes#100)
This commit also implements Input::{Adoc,Docx} and Output::Adoc,
based on existing code.
Everything is handled by a new Converter class and our current
CLI tools are refactored to use the new Converter class. This gives
us a solid framework for implementing #64.
This provides a backbone for implementing metanorma#72.
Convert reverse_adoc to Coradoc::Input::HTML (fixesmetanorma#100)
This commit also implements Input::{Adoc,Docx} and Output::Adoc,
based on existing code.
Everything is handled by a new Converter class and our current
CLI tools are refactored to use the new Converter class. This gives
us a solid framework for implementing metanorma#64.
Output formatters:
rufo
#110Coradoc::Document.to_md
method to output to Markdown string #12Input importers:
The text was updated successfully, but these errors were encountered: