We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[email protected]
https://stackblitz.com/edit/github-orec8z?file=src%2Fmain.ts
When multiple escape characters appear, the escape characters are lost.
For example, if the markdown content is \[, the result is [, and a \ is missing.
Even when the input is \[, the output is still [
Output [
node>18
No response
The text was updated successfully, but these errors were encountered:
Please take some time to understand the language (JavaScript) you are using.
You are using a string.
That character in strings has a certain meaning.
Sorry, something went wrong.
No branches or pull requests
Initial checklist
Affected packages and versions
[email protected]
Link to runnable example
https://stackblitz.com/edit/github-orec8z?file=src%2Fmain.ts
Steps to reproduce
https://stackblitz.com/edit/github-orec8z?file=src%2Fmain.ts
When multiple escape characters appear, the escape characters are lost.
For example, if the markdown content is \[, the result is [, and a \ is missing.
Even when the input is \[, the output is still [
Expected behavior
Output [
Actual behavior
Output [
Affected runtime and version
node>18
Affected package manager and version
No response
Affected OS and version
No response
Build and bundle tools
No response
The text was updated successfully, but these errors were encountered: