Skip to content

Commit

Permalink
Fix typo in liquid.md (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmoody authored Dec 19, 2023
1 parent 722cac7 commit 2bf073b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridgetown-website/src/_docs/components/liquid.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Normally content inside of `with` tags is not processed as Markdown (unlike the
You can use the `liquid_render` helper from Ruby-based templates to render Liquid components.

```erb
<%%= liquid_render "test_component", param: "Liquid FTW!" %>
<%= liquid_render "test_component", param: "Liquid FTW!" %>
```

If you pass a block to `liquid_render`, it will utilize the `rendercontent` Liquid tag and the block contents will be captured and made available via the `content` variable.
Expand Down

0 comments on commit 2bf073b

Please sign in to comment.