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

Replacing stars breaks code blocks #1

Open
svenseeberg opened this issue Dec 6, 2024 · 0 comments
Open

Replacing stars breaks code blocks #1

svenseeberg opened this issue Dec 6, 2024 · 0 comments

Comments

@svenseeberg
Copy link
Member

We currently escape all stars (*) with a backslash. However, in code blocks this is not wanted. That means we should not escape stars that are located between backticks. I guess we can simply parse messages for any backtick and ignore those.

Otherwise we would have to do full markdown parsing on the server side.

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

1 participant