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

Fix notice for unsupported elements #215

Merged
merged 2 commits into from
Aug 10, 2023
Merged

Conversation

Builditluc
Copy link
Owner

This adds a notice for the following unsupported elements:

  • <table>
  • <img> and <figure>
  • <ol>

The notice will look like this:

<Unsupported Element '{name}'>

Closes #113

@Builditluc Builditluc added state: approved This issue or pull request was approved and can be worked on type: bug This fixes a bug. Increment the minor version bug-type: parser This bug is related to the parser (for example, incorrect lists or missing elements in the article) labels Aug 10, 2023
@Builditluc Builditluc self-assigned this Aug 10, 2023
@Builditluc Builditluc merged commit 79896b8 into main Aug 10, 2023
@Builditluc Builditluc deleted the fix-unsupported-element-notice branch August 14, 2023 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-type: parser This bug is related to the parser (for example, incorrect lists or missing elements in the article) state: approved This issue or pull request was approved and can be worked on type: bug This fixes a bug. Increment the minor version
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[BUG] Non-supported HTML elements will be excluded without notice
1 participant