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

feat: custom HTML tag support #3842

Open
scanny opened this issue Dec 18, 2024 · 0 comments
Open

feat: custom HTML tag support #3842

scanny opened this issue Dec 18, 2024 · 0 comments
Labels
enhancement New feature or request html

Comments

@scanny
Copy link
Collaborator

scanny commented Dec 18, 2024

HTML content contained in custom HTML tags is currently skipped during partitioning.

Enhance the HTML parser to include content in custom HTML-tags.

Additional Context
Challenges include determining whether to treat a custom HTML element as a block-item (flow-item, containing one or more paragraphs) or inline (phrasing, run-level character formatting).

See also #3708

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request html
Projects
None yet
Development

No branches or pull requests

1 participant