From 56e0c72cb06db692d4c2417506c7da4ea5486f8c Mon Sep 17 00:00:00 2001 From: torleif Date: Wed, 26 Feb 2014 13:39:14 +1300 Subject: [PATCH] Update shortcodes.md Trying to link to [embed] causes the parser to break. (see: http://doc.silverstripe.org/framework/en/reference/shortcodes) --- docs/en/reference/shortcodes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/reference/shortcodes.md b/docs/en/reference/shortcodes.md index 76984bc66..a6c6885ac 100644 --- a/docs/en/reference/shortcodes.md +++ b/docs/en/reference/shortcodes.md @@ -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) \ No newline at end of file + * [Wordpress implementation](http://codex.wordpress.org/Shortcode_API)