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

text with tilde is not properly importer #189

Closed
tripodsan opened this issue Jul 17, 2023 · 1 comment · Fixed by #190
Closed

text with tilde is not properly importer #189

tripodsan opened this issue Jul 17, 2023 · 1 comment · Fixed by #190
Labels
bug Something isn't working released

Comments

@tripodsan
Copy link
Contributor

tripodsan commented Jul 17, 2023

Description
having a html like

<p>Text with ~tilde.</p>

creates a markdown:

Text with \\~tilde.

that renders:

Text with \~tilde.


but should be:

Text with \~tilde.

so that it renders:


Text with ~tilde.

@tripodsan tripodsan added the bug Something isn't working label Jul 17, 2023
tripodsan added a commit that referenced this issue Jul 17, 2023
kptdobe pushed a commit that referenced this issue Aug 2, 2023
github-actions bot pushed a commit that referenced this issue Aug 2, 2023
## [2.9.18](v2.9.17...v2.9.18) (2023-08-02)

### Bug Fixes

* properly escape tilde ([#190](#190)) ([9853f17](9853f17)), closes [#189](#189)
@github-actions
Copy link

github-actions bot commented Aug 2, 2023

🎉 This issue has been resolved in version 2.9.18 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant