Skip to content

tag-like (but not valid HTML tag) text should be escaped #1353

@isoos

Description

@isoos

Markdown version: 7.2.2 using GitHubWeb extension set.
Originally reported: dart-lang/pub-dev#7559

Input:

Future<List<EntityAnnotation>> **labelDetection**

<EntityAnnotation>

Output:

<p>Future&lt;List<EntityAnnotation>&gt; <strong>labelDetection</strong></p>
<EntityAnnotation>

Expected: <EntityAnnotation> is also escaped to &lt;EntityAnnotation&gt;.

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