mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 20:03:53 +02:00
Issue#132 Add a reference to the WordPress Plugin Boilerplate project in
the readme file of the new plugin.
This commit is contained in:
parent
aa38893520
commit
4a73e7615a
1 changed files with 1 additions and 25 deletions
|
@ -109,29 +109,5 @@ plugins where more information needs to be conveyed that doesn't fit into the ca
|
||||||
|
|
||||||
== Updates ==
|
== Updates ==
|
||||||
|
|
||||||
|
The basic structure of this plugin was cloned from the [WordPress-Plugin-Boilerplate](https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate) project.
|
||||||
This plugin supports the [GitHub Updater](https://github.com/afragen/github-updater) plugin, so if you install that, this plugin becomes automatically updateable direct from GitHub. Any submission to WP.org repo will make this redundant.
|
This plugin supports the [GitHub Updater](https://github.com/afragen/github-updater) plugin, so if you install that, this plugin becomes automatically updateable direct from GitHub. Any submission to WP.org repo will make this redundant.
|
||||||
|
|
||||||
== A brief Markdown Example ==
|
|
||||||
|
|
||||||
Ordered list:
|
|
||||||
|
|
||||||
1. Some feature
|
|
||||||
1. Another feature
|
|
||||||
1. Something else about the plugin
|
|
||||||
|
|
||||||
Unordered list:
|
|
||||||
|
|
||||||
* something
|
|
||||||
* something else
|
|
||||||
* third thing
|
|
||||||
|
|
||||||
Here's a link to [WordPress](http://wordpress.org/ "Your favorite software") and one to [Markdown's Syntax Documentation][markdown syntax].
|
|
||||||
Titles are optional, naturally.
|
|
||||||
|
|
||||||
[markdown syntax]: http://daringfireball.net/projects/markdown/syntax
|
|
||||||
"Markdown is what the parser uses to process much of the readme file"
|
|
||||||
|
|
||||||
Markdown uses email style notation for blockquotes and I've been told:
|
|
||||||
> Asterisks for *emphasis*. Double it up for **strong**.
|
|
||||||
|
|
||||||
`<?php code(); // goes in backticks ?>`
|
|
||||||
|
|
Loading…
Reference in a new issue