You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I send Markup from Slack inside the code blocks. After converting I get this form of converted markup <pre><code>&lt;div&gt;Hello World&lt;/div&gt;</code></pre>
What I expect is a markup like <pre><code><div>Hello World</div></code></pre>
There is an additional amp; that we need to remove in the case of html code.
The text was updated successfully, but these errors were encountered:
If I send Markup from Slack inside the
code blocks
. After converting I get this form of converted markup<pre><code>&lt;div&gt;Hello World&lt;/div&gt;</code></pre>
What I expect is a markup like
<pre><code><div>Hello World</div></code></pre>
There is an additional
amp;
that we need to remove in the case of html code.The text was updated successfully, but these errors were encountered: