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

Parse arbitrary html elements out of context #103

Open
coderPaddyS opened this issue Feb 9, 2023 · 0 comments
Open

Parse arbitrary html elements out of context #103

coderPaddyS opened this issue Feb 9, 2023 · 0 comments
Labels
C-question A question about the library.

Comments

@coderPaddyS
Copy link

Currently it seems to not be possible to parse arbitrary html elements like <tr>.
Is there a way to parse the following snippet?

<tr>
  <td>a</td>
</tr>

Surrounded by a table context is possible, but limiting.

@teymour-aldridge teymour-aldridge added the C-question A question about the library. label Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-question A question about the library.
Projects
None yet
Development

No branches or pull requests

2 participants