aidenlx / table-extended

Extend basic table in Obsidian with MultiMarkdown table syntax
181 stars 13 forks source link

HTML Table Rendering fails when Tables Extended is enabled #32

Open kaladorn opened 2 years ago

kaladorn commented 2 years ago

The HTML Table renders fine until I enable Table-Extended plug-in and reload, then it renders it as the tags instead of the rendered table.

What it should look like:

Cascade Group Contained Skills
Space Communications, Engineering, Navigation, Otherspace Navigation, Pilot, Sensor Operations, Space Suit

Here's what it looks like with Table-Extended enabled in reading mode:

<table> <tr> <td colspan="2">Cascade Group</td> <td>Contained Skills</td> </tr> <tr> <td colspan="2">Space</td> <td>Communications, Engineering, Navigation, Otherspace Navigation, Pilot, Sensor Operations, Space Suit</td> </tr> </table>

I will disable all other community plug-ins to rule out the possibility of it being an interaction. I was turning them on one at a time after disabling all and only when Table-Extended was activated did I get the screwed up rendering.

UPDATE: Confirmed that with only Table-Extended, the rendering of normal HTML tables becomes tag soup instead when rendered.