False positive "Block and modifier ..." in code blocks
See original GitHub issueSearch 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
Issue Analytics
- State:
- Created a year ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
1 Code::Blocks Project Management
In Code::Blocks, the sources and the settings for the build process are stored in a project file <name>.cbp. C/C++ sources and the corresponding...
Read more >100% Tests achievable? | by Sourabh Parsekar | Nerd For Tech
A false positive could be any line of code that is not required to be covered with a test and is not executed...
Read more >Learn to Design With Code Using Tinkercad Codeblocks
1. Instructions
Go to Tinkercad.com
Sign in to your account (or create one if this your first visit)
Once you are signed in, you will land...
Read more >Medicare NCCI 2022 Coding Policy Manual - CMS
Intermittent Positive Pressure Breathing ... PTP-associated modifier, both the Column One and Column Two codes are eligible for payment.
Read more >Coroutine stored in a variable class seperated from the Mono ...
I am attempting to crate a modifier building block system using ... is a way to basically tell Unity this is actually a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
See, now there’s a reason that I hadn’t seen before - at the very least, TypeDoc should not create a tag if the lookahead when reading is
-
or/
. (I think actually it should not unless there’s whitespace/eof)I’ll go ahead and make this change, will be curious if that takes care of most of your warnings, or reveals another common case.
Nope, that’s not supported.
TypeDoc doesn’t grab everything after a
@
as a tag. me@example.com will not be picked up as a tag