You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If there are two $ characters on the same line in the code block, then the ` character is added before each of them
Samples to Reproduce
Create new obsidian vault
Install Advanced Slides
Create туц note with this content and enable slide preview:
```
db.books.find({$or:[{year:{$gte: 2020}},{author: "Stephen Edwin King"}]})
$some text here$
```
4 On the slide it will be presented as:
db.books.find({`$or:[{year:{$`gte: 2020}},{author: "Stephen Edwin King"}]})
`$some text here$`
It's strange that in reveal itself.js as in highlight.js there is no such problem. I don't use them directly, but I checked them with minimal examples.
The text was updated successfully, but these errors were encountered:
Describe the bug
If there are two
$
characters on the same line in the code block, then the ` character is added before each of themSamples to Reproduce
4 On the slide it will be presented as:
It's strange that in reveal itself.js as in highlight.js there is no such problem. I don't use them directly, but I checked them with minimal examples.
The text was updated successfully, but these errors were encountered: