markdown-code-for-wordpress
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.
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).
See [this commit](http://tommcfarlin.com/markdown-code-for-wordpress/#comments).
Consider revising the regular expression for matching tokens. See [this comment](http://tommcfarlin.com/markdown-code-for-wordpress/#comment-179585) on the announcement post.