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
When compiling, markdown replaces characters with values:
'
→ '
>
→ >
etc.
This change remains inside sample code displayed inside pre code tags
<pre>
<code>
<!-- Code -->
</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