Skip to content

Bug: Markdown, U+2028, and "Go to Symbol in File..." #63749

@adamroyjones

Description

@adamroyjones

Suppose you take the following file, except that the line containing foo also contains U+2028 somewhere in it.

# A
- foo

# B
- bar

vscode will render U+2028 as a question mark in a diamond, and the list of symbols that appear in the 'Go to Symbol in File...' popup will be shifted (by the number of U+2028 characters present in the file). Screenshots that illustrate this are below.

screen shot 2018-11-25 at 19 03 03

screen shot 2018-11-25 at 19 03 08

(Why did this come up? If you triple-click '
felicita - hej!
' in this link, and paste it into vscode, it actually has a pair of enclosing U+2028 characters. It seems unique to that page...)

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable buggood first issueIssues identified as good for first-time contributorshelp wantedIssues identified as good community contribution opportunitiesmarkdownMarkdown support issuesverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions