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

remove SubdocComposer to use normal Composer to resolve blank page on… #545

Closed
wants to merge 1 commit into from

Conversation

ScriptSathi
Copy link

The purpose of this PR is to fix all the related issues to SubDoc

#537 and #520

By simply use the composer directly it does not change the merging behavior, but the merging process is done correctly and display the content normally.

The only edge case I have noticed is when a filter is set in Jinja environment to dynamically merge a document using a function. This still print a blank page. But I will open an issue for this problem as well.

@elapouya
Copy link
Owner

This PR is not accepted as compose.append(self.subdocx) will add the subdoc only at the end of master document.
The purpose of Subdoc is to be able to insert a subdocument anywhere inside the master document

@elapouya elapouya closed this Aug 17, 2024
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.

2 participants