- 
                Notifications
    You must be signed in to change notification settings 
- Fork 27
Closed
Labels
Description
(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