-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Description
since this is an HTML based library, I found this functionality to be extremely surprising. I will submit a PR to fix as soon as I can
input
<body>
<raw>
<<LCG ProgramTG LCG Coupon Code Default='246996'>>
<button>
</raw>
</body>
expected
<body>
<<LCG ProgramTG LCG Coupon Code Default='246996'>>
<button>
</body>
output
<body>
<raw>
<<lcg programtg lcg coupon code default="246996">>
<table class="button">
<tbody>
<tr>
<td>
<table>
<tbody>
<tr>
<td>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</lcg>
</raw>
</body>
Metadata
Metadata
Assignees
Labels
No labels