-
Notifications
You must be signed in to change notification settings - Fork 66
Closed
dart-archive/markdown
#44Labels
package:markdowntype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
Description
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 <
).
Metadata
Metadata
Assignees
Labels
package:markdowntype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug