Merge pull request #2898 from torleif/patch-1

Update shortcodes.md
This commit is contained in:
Ingo Schommer 2014-03-03 10:29:56 +13:00
commit edd9738957

View File

@ -97,7 +97,7 @@ plus some `width` and `height` arguments. We'll add defaults to those in our sho
The hard bits are taken care of (parsing out the shortcodes), everything we need to do is a bit of string replacement.
CMS users still need to remember the specific syntax, but these shortcodes can form the basis
for more advanced editing interfaces (with visual placeholders). See the built-in `[embed]` shortcode as an example
for more advanced editing interfaces (with visual placeholders). See the built-in `embed` shortcode as an example
for coupling shortcodes with a form to create and edit placeholders.
## Built-in Shortcodes
@ -238,4 +238,4 @@ The parser will raise an error if it can not find a matching opening tag for any
## Related
* [Wordpress implementation](http://codex.wordpress.org/Shortcode_API)
* [Wordpress implementation](http://codex.wordpress.org/Shortcode_API)