markdown-code-for-wordpress icon indicating copy to clipboard operation
markdown-code-for-wordpress copied to clipboard

[WordPress] A simple WordPress plugin for replacing backticks with `code` tags in the content of posts, pages, and other post types.

Results 4 markdown-code-for-wordpress issues
Sort by recently updated
recently updated
newest added

Perhaps instead of simply filtering `the_content` to convert markdown tags when the post content is displayed on the front end, the tags could be converted when a post is saved...

See [this tweet](https://twitter.com/bradyvercher/status/337608454321627136).

enhancement

See [this commit](http://tommcfarlin.com/markdown-code-for-wordpress/#comments).

enhancement

Consider revising the regular expression for matching tokens. See [this comment](http://tommcfarlin.com/markdown-code-for-wordpress/#comment-179585) on the announcement post.

enhancement