Title: bug with wp-markdown plugin
Last modified: August 21, 2016

---

# bug with wp-markdown plugin

 *  [JongEun](https://wordpress.org/support/users/jongeun/)
 * (@jongeun)
 * [13 years ago](https://wordpress.org/support/topic/bug-with-wp-markdown-plugin-2/)
 * [http://wordpress.org/extend/plugins/wp-markdown/](http://wordpress.org/extend/plugins/wp-markdown/)
 * wp-markdown plugin make a code block as
 *     ```
       <pre><code> .... </code></pre>
       ```
   
 * crayon display `<code>`,`</code>` html code!
 * check this capture.
    [http://cl.ly/image/183l19303r3P](http://cl.ly/image/183l19303r3P)
 * How can i fix this?
    Thanks.
 * Jongeun.
 * [http://wordpress.org/extend/plugins/crayon-syntax-highlighter/](http://wordpress.org/extend/plugins/crayon-syntax-highlighter/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [JongEun](https://wordpress.org/support/users/jongeun/)
 * (@jongeun)
 * [13 years ago](https://wordpress.org/support/topic/bug-with-wp-markdown-plugin-2/#post-3767217)
 * Sorry for 3 duplicated post.
 * I fixed my self, just enabled below line on crayon_remove_ignore function.
    `
   $the_content = preg_replace('#(^\s*<\s*code[^>]*>)|(<\s*/\s*code[^>]*>\s*$)#msi','',
   $the_content);`

Viewing 1 replies (of 1 total)

The topic ‘bug with wp-markdown plugin’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/crayon-syntax-highlighter_b0c4c0.
   svg)
 * [Crayon Syntax Highlighter](https://wordpress.org/plugins/crayon-syntax-highlighter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/crayon-syntax-highlighter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/crayon-syntax-highlighter/)
 * [Active Topics](https://wordpress.org/support/plugin/crayon-syntax-highlighter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/crayon-syntax-highlighter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/crayon-syntax-highlighter/reviews/)

## Tags

 * [markdown](https://wordpress.org/support/topic-tag/markdown/)

 * 1 reply
 * 1 participant
 * Last reply from: [JongEun](https://wordpress.org/support/users/jongeun/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/bug-with-wp-markdown-plugin-2/#post-3767217)
 * Status: not resolved