From b0261f7c4377cf3398bcd059a16890c8041aba83 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Tue, 11 May 2021 09:30:47 -0500 Subject: [PATCH] Update 14-helpers.md (#2940) Fix missing backtick. --- docs/_docs/14-helpers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/14-helpers.md b/docs/_docs/14-helpers.md index 8ae40399..593aa093 100644 --- a/docs/_docs/14-helpers.md +++ b/docs/_docs/14-helpers.md @@ -129,7 +129,7 @@ To add a feature row containing three content blocks with text and image, add th | Name | Required | Description | Default | | ----------------- | ------------ | ---------------------------------------------------------------------------------------------------- | ---------------------------------- | | **image_path** | **Required** | Full path to image eg: `/assets/images/filename.jpg`. Use absolute URLS for those hosted externally. | | -| **image_caption** | Optional | Caption for image, Markdown is supported eg: `"Image from [Unsplash](https://unsplash.com)" | +| **image_caption** | Optional | Caption for image, Markdown is supported eg: `"Image from [Unsplash](https://unsplash.com)"` | | **alt** | Optional | Alternate text for image. | | | **title** | Optional | Content block title. | | | **excerpt** | Optional | Content block excerpt text. Markdown is allowed. | |