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

Sending html markup inside code blocks from slack is not converted correctly. #23

Open
AliZaib-Emumba opened this issue Oct 16, 2024 · 0 comments

Comments

@AliZaib-Emumba
Copy link

If I send Markup from Slack inside the code blocks. After converting I get this form of converted markup
<pre><code>&amp;lt;div&amp;gt;Hello World&amp;lt;/div&amp;gt;</code></pre>

What I expect is a markup like
<pre><code>&lt;div&gt;Hello World&lt;/div&gt;</code></pre>

There is an additional amp; that we need to remove in the case of html code.

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

No branches or pull requests

1 participant