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
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 *: but it's normal on remark.js 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.
The text was updated successfully, but these errors were encountered:
I'm using CodeSandbox to edit the following md doc:
it converts
*
to*
:but it's normal on remark.js
I don't know which other characters in
remark-mdc
will be converted to ASCII code, so I can't usereplaceAll
to do a batch replacement.The text was updated successfully, but these errors were encountered: