Update shortcodes.md

Trying to link to [embed] causes the parser to break. (see: http://doc.silverstripe.org/framework/en/reference/shortcodes)
This commit is contained in:
torleif 2014-02-26 13:39:14 +13:00
parent 8ab0fd879d
commit 56e0c72cb0

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)