-
-
Notifications
You must be signed in to change notification settings - Fork 745
Closed as not planned
Labels
wontfixDeclining to implementDeclining to implement
Description
Search terms
at-sign, block and modifier tags
Expected Behavior
README.md:
Some text @abc
Code block @xyz
Should show "Block and modifier tags will be ignored within the readme" error for "abc" only.
Actual Behavior
Shows "Block and modifier tags will be ignored within the readme" error for "abc" and "xyz".
The problem is that @ symbol can't be escaped inside code block (https://www.markdownguide.org/basic-syntax/#code-blocks-1).
If you replace @ with \@ in code block it will just show both characters.
Steps to reproduce the bug
README.md:
Some text @abc
Code block @xyz
Metadata
Metadata
Assignees
Labels
wontfixDeclining to implementDeclining to implement