From 2f2390be59f7b2e5f7ef2056ee10da4ed99ff571 Mon Sep 17 00:00:00 2001 From: Fred Condo Date: Tue, 20 Feb 2018 16:51:51 -0800 Subject: [PATCH] DOCS: remove backticks from Markdown link Markdown does not render links within backticks. --- docs/en/02_Developer_Guides/05_Extending/04_Shortcodes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/02_Developer_Guides/05_Extending/04_Shortcodes.md b/docs/en/02_Developer_Guides/05_Extending/04_Shortcodes.md index abfd9f8b6..d33f6c3ac 100644 --- a/docs/en/02_Developer_Guides/05_Extending/04_Shortcodes.md +++ b/docs/en/02_Developer_Guides/05_Extending/04_Shortcodes.md @@ -115,7 +115,7 @@ Links to internal `File` database records work exactly the same, but with the `[ ### Images Images inserted through the "Insert Media" form (WYSIWYG editor) need to retain a relationship with -the underlying `[Image](api:SilverStripe\Assets\Image)` database record. The `[image]` shortcode saves this database reference +the underlying [Image](api:SilverStripe\Assets\Image) database record. The `[image]` shortcode saves this database reference instead of hard-linking to the filesystem path of a given image. ```html