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.

Masking of * Star not working in syntax highlighting.

See original GitHub issue

Hey,

I was confused by the syntax highlighting if using the * Star in inline code. The syntax highlighting prints the text between two of such inline code in bold, indicating the formatting from the * Star outside of inline code in pure text blocks:

Example 1: This is a text block using a * with inline code formatting two times *.

Now all the text between the two stars is bold, although the formatting shouldn’t apply. Even masking the Star with two dollar signs doesn’t help:

Example 2: This is a text block using a $$*$$ with inline code formatting two times $$*$$.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
ahus1commented, Apr 25, 2022

Thanks @mojavelinux for pointing this out. I looked into the docs and didn’t find it, and wasn’t sure if this is obsolete.

The next version will have an inspection that will show a warning if this is used, and will provide a quick-fix to rewrite it as passthrough with a plus (+) or as an inline pass macro.

0reactions
ahus1commented, Apr 26, 2022

Pre-release 0.37.18 is now available that includes this fix.

The pre-release of the plugin is available from GitHub releases and the IntelliJ AsciiDoc EAP repository.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Css mask not working on Chrome (Webkit)
In FireFox, the green looks like a star. On Chrome, it is just a box, although it does work if you use the...
Read more >
Masking in the Browser with CSS and SVG
Masking is a technique that lets you display selected portions of an element or an image on the screen while hiding the rest....
Read more >
mask - CSS: Cascading Style Sheets - MDN Web Docs
The mask CSS shorthand property hides an element (partially or fully) by masking or clipping the image at specific points.
Read more >
Features & Documentation: Masks
Highlight > threshold; selects any pixel whose brightness is brighter than a certain percentage of the maximum (e.g. pure white) value. . If...
Read more >
Use alpha channels, masks, and mattes in After Effects
Color information in After Effects is contained in three channels: red ... These keyboard shortcuts do not work when drawing open masks with...
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