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

List markers causes all subsequent characters to be incorrectly escaped #3

Closed
RainEggplant opened this issue Feb 26, 2023 · 3 comments
Labels

Comments

@RainEggplant
Copy link

Describe the bug
The list markers (-, * for unordered lists and 1., 2. for ordered lists) causes all subsequent characters to be incorrectly escaped.

To Reproduce
Convert the following text:

- To make text **bold**, surround it with double asterisks (`**`): `**This text is bold.**`

Expected behavior

The expected result should be:

•   To make text *bold*, surround it with double asterisks \(`**`\): `**This text is bold.**`

Current behavior

•   To make text \*bold\*, surround it with double asterisks \\(\`\*\*\`\\): \`\*\*This text is bold\.\*\*\`
@skoropadas
Copy link
Owner

Yes, sorry, I did it with the last fix, new version with fix is building

@github-actions
Copy link

🎉 This issue has been resolved in version 1.0.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

@RainEggplant
Copy link
Author

Thanks! It's working now ❤️

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

No branches or pull requests

2 participants