Skip to content

Commit

Permalink
Update 14-helpers.md (mmistakes#2940)
Browse files Browse the repository at this point in the history
Fix missing backtick.
  • Loading branch information
dlech authored and mjt91 committed Jun 23, 2021
1 parent 48f4234 commit 925dfe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_docs/14-helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. | |
Expand Down

0 comments on commit 925dfe8

Please sign in to comment.