Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Can't handle nested tables and ul's (and probably some other tags) #7

Open
sethyates opened this issue Apr 12, 2016 · 0 comments
Open
Labels

Comments

@sethyates
Copy link

The parser doesn't handle nesting very well. Here are two examples that are broken:


<table width="90%" cellspacing="0" cellpadding="10" border="2">
<tbody>
<tr>
    <td>
        <table width="80%" cellspacing="0" cellpadding="0" border="1">
        <tbody>
        <tr>
            <td>
                &nbsp;
            </td>
            <td>&nbsp;
            </td>
        </tr>
        </tbody>
        </table>
    </td>
</tr>
</tbody>
</table>

And:

<ul>
<li>1 - one
<li>2 - two"
<ul><li>a - aaya<li>b - bee</ul>
<li>3 - three
</ul>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant