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

Merged
merged 4 commits into from
Oct 9, 2024
Merged

ISO-22726-1 compatibility fixes #135

merged 4 commits into from
Oct 9, 2024

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

@webdev778 webdev778 requested a review from ronaldtse September 30, 2024 09:04
@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?

@ronaldtse ronaldtse merged commit c90eb71 into main Oct 9, 2024
15 of 16 checks passed
@ronaldtse
Copy link
Contributor

Not sure why not yet merged. Merging.

@ronaldtse ronaldtse deleted the hmdne/iso-22726-1 branch October 9, 2024 07:37
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