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

Editing md doc in CodeSandbox: ASCII Conversion Issue. convert * to * #92

Open
konogousanda opened this issue Dec 23, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@konogousanda
Copy link

I'm using CodeSandbox to edit the following md doc:

This is an alert for _**{{ type }}**_
This is an alert for **{{ type }}**

This is an alert for _**{{ type }}**_

This is an alert for **{{ type }}**

it converts * to *:
image
but it's normal on remark.js
image
I don't know which other characters in remark-mdc will be converted to ASCII code, so I can't use replaceAll to do a batch replacement.

@konogousanda konogousanda added the bug Something isn't working label Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant