Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Incorrect rendering of text containing "$" #7344

Open
GiovanH opened this issue Mar 18, 2024 · 2 comments
Open

Bug: Incorrect rendering of text containing "$" #7344

GiovanH opened this issue Mar 18, 2024 · 2 comments

Comments

@GiovanH
Copy link

GiovanH commented Mar 18, 2024

Version: 2.6.8
Installation: Docker
Database: MariaDB

Example:
https://www.vice.com/en/article/y3dpyw/inside-crime-app-citizen-vigilante
renders as
image

It looks to me like the wallabag UI reader is doing markdown-style latex interpretation of text between $ symbols, but $s aren't being escaped when read in literally.

@GiovanH GiovanH changed the title Incorrect rendering of text containing "$" Bug: Incorrect rendering of text containing "$" Mar 18, 2024
@Kdecherf
Copy link
Member

Hello @GiovanH,

It looks like this comes from MathJax integration

@LnLcFlx
Copy link

LnLcFlx commented Mar 28, 2024

I am wondering how this happens since the dollar sign $ is not a math delimiter in MathJax by default and as described in #7389 I only get MathJax rendering using \( and not $.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants