thephpleague / html-to-markdown

Convert HTML to Markdown with PHP
MIT License
1.77k stars 204 forks source link

Backtick character not escaped #206

Closed olli7 closed 2 years ago

olli7 commented 3 years ago

Hi!

Converting HTML containing backtick charaters to markdown leaves them unescaped, and when this markdown is rendered the backticks produce <code>.

For example:

Text with `backtick`.

Expected markdown:

Text with \`backtick\`.

Actual:

Text with `backtick`.
stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.