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.
Markdown Code For WordPress
A simple WordPress plugin for replacing backticks with code, asterisks with emphasis, and double-asterisks
with strong tags in the content of posts, pages, and other post types.
Contents
The Markdown Code For WordPress archive includes the following files:
- This
README - A
ChangeLogto track the changes as the plugin is developed LICENSE.txtthe includes the software license under which this plugin is released- The
markdown-code-for-wordpress.phpplugin file
Installation
Download the current version.
Using The WordPress Dashboard
- Navigate to the 'Add New' Plugin Dashboard
- Select
master.zipfrom your computer - Upload
- Activate the plugin on the WordPress Plugin Dashboard
Using FTP
- Extract
master.zipto your computer - Upload the
markdown-code-for-wordpressdirectory to yourwp-content/pluginsdirectory - Activate the plugin on the WordPress Plugins dashboard
FAQ
How do I use this plugin?
This plugin supports three features of markdown all of which can be applied to the post content:
- Single asterisks (*) wrapped around a word for emphasis.
- Double asterisks (**) wrapped around a word for bold.
- Back ticks (`) wrapped around a word for
code.
Note that a previous verion did have support for comments, but that has been removed. See the ChangeLog for more information as to why.
What about updates?
This plugin uses the GitHub Updater, so if you have that plugin installed in your WordPress installation, then you should receive updates whenever updates are released.