-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge reverse_adoc functionality into coradoc gem #51
Labels
enhancement
New feature or request
Comments
This was referenced May 18, 2024
Post merge test report:
|
Thank you @hmdne ! This line:
Should probably be:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The reverse_adoc functionality is closely tied to Coradoc, meaning that it parses HTML and then converts it into Coradoc objects, then allows Coradoc => AsciiDoc output.
We should now merge the reverse_adoc functionality directly into Coradoc since both are developed together.
So Coradoc will have a
Coradoc.from_html(...)
method, andCoradoc::Document.new.to_adoc
method.The text was updated successfully, but these errors were encountered: