This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

IntPro
IntPro

When compiling, markdown replaces characters with values:

' → '

>>

etc.

This change remains inside sample code displayed inside pre code tags

<pre>
    <code>
         &lt;!-- Code --&gt;
    </code>
</pre>

Connected to component use Markdown;

$content = 'Original markdown markup text';
$content_html = Markdown::parse($content);

What can be done so that inside pre code the code is displayed correctly and not these Unicode values?

Help!

Last updated

1-1 of 1

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.