Skip to content
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

ISO-22726-1 compatibility fixes #135

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

ISO-22726-1 compatibility fixes #135

wants to merge 4 commits into from

Conversation

hmdne
Copy link
Contributor

@hmdne hmdne commented Sep 29, 2024

This PR fixes #133

In particular, it's concerned about extracting titles if they are nested in ordered lists.

Keep in mind, that this logic is done on coradoc tree, so it'll still be valid once we create a DOCX/ODT input.

Metanorma PR checklist

@hmdne hmdne mentioned this pull request Sep 30, 2024
7 tasks
@@ -12,6 +12,16 @@ def initialize(*positional, **named)
@rejected_named = []
end

def inspect
"AttributeList: " +
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

self.class.name?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

coradoc: partition the output .adoc file based on heading/style levels not working
2 participants