Skip to content

Can't use inline HTML #3

@antoinevg

Description

@antoinevg

(Love your design philosophy, this looks like a highly promising tool, thank you for putting it out there!)

Trying to use inline HTML in a post as per Gruber's example escapes the tags and presents them as text.

To reproduce: Create a post with the following text

This is a regular paragraph.

<table>
    <tr>
        <td>Foo</td>
    </tr>
</table>

This is another regular paragraph.

Expected output:

A table element with the text foo

Actual output:

The HTML code

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions