Skip to content

Markdown highlighting not working directly after an HTML tag #85

@MangelMaxime

Description

@MangelMaxime
  • VSCode Version: 1.52.0
  • OS Version: Windows 10

Steps to Reproduce:

  1. In a markdown file write:
<div></div>
# Title

<div></div>
**test**
  1. See that the title and the bold text are not highlighted.
    image

To fix this problem, the user can add an empty line:

image

But when using an extension which adds an anchor to titles for generating Table of Content, for example, we don't always have the control of where the HTML elements are being added.

Does this issue occur when all extensions are disabled?: Yes

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIssue identified by VS Code Team member as probable bughelp wantedIssues identified as good community contribution opportunities

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions