question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

False positive "Block and modifier ..." in code blocks

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
Gerrit0commented, Jul 9, 2022

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.

1reaction
Gerrit0commented, Jul 9, 2022

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found