Skip to content

Allow Inline HTML #1466

Closed
dart-archive/markdown
#44
@filiph

Description

@filiph

Not sure if this is in scope, but markdown normally allows HTML tags. You can write something like this:

This is **markdown'd**. But you can also <span color="red">do stuff manually</span>.

The span should be copied verbatim to the HTML output. In this implementation, though, all HTML tags are escaped (< becomes &lt).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions