Thanks to visit codestin.com
Credit goes to github.com

Skip to content

\ inside a table deletes the entire row from the table #54

@treeman

Description

@treeman

Minimal example:

| `\` |

Produces:

<table>
<tr>
</tr>
</table>

Can be worked around with raw inline:

| `<code>\</code>`{=html} |

To produce the expected:

<table>
<tr>
<td><code>\\</code></td>
</tr>
</table>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions