Compatibility with markdown generated ?
-
Brilliant plugin! One small question. I write using markdown and the official WordPress tooling changes:
`php $a = 1; </code>
`
Into:
<pre><code class="language-php"> $a = 1; </code></pre>
Is there any way to get the
preg_replace_callback
to detect that?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Compatibility with markdown generated ?’ is closed to new replies.