-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Input:
<table class="wrapped">
<colgroup>
<col>
<col>
<col>
</colgroup>
<tbody>
<tr>
<th>Lorem</th>
<th>Ipsum</th>
<th>Dolor</th>
</tr>
<tr>
<td data-highlight-colour="#F00">Lorem</td>
<td>
<ul>
<li>Sit</li>
<li>Amet</li>
</ul>
</td>
<td>Lorem</td>
</tr>
Result:
{| class="wikitable wrapped"
|-
! Lorem
! Ipsum
! Dolor
|-
| highlight-colour="#F00"| Lorem
| * sit
* amet
| Lorem
|-
Should be:
{| class="wikitable wrapped"
|-
! Lorem
! Ipsum
! Dolor
|-
| highlight-colour="#abf5d1"| Lorem
|
* sit
* amet
| Lorem
|-
Metadata
Metadata
Assignees
Labels
No labels