Skip to content

Commit 3457258

Browse files
committed
update README
1 parent 8208a2b commit 3457258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/liquid-tags/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Note that link tags will only render links that are available in the current pag
6363
| `{% homepage_link_with_intro /href %}` | The linked page's title and intro, with homepage-specific styling.
6464
| `{% link_in_list /href %}` | The linked page's title in a list item.
6565
| `{% topic_link_in_list /href %}` | The linked map topic's title in a list item (used in category TOCs).
66-
| `{% indented_data_reference site.data.foo.bar spaces=NUMBER %}` | The data reference with the specified number of spaces prepended to each line.
66+
| `{% indented_data_reference foo.bar spaces=NUMBER %}` | A data reference with the specified number of spaces prepended to each line. Defaults to 2 spaces if no spaces included. For example: `{% indented_data_reference reusables.enterprise_management_console.enable-disable-security-features %}`
6767

6868
## Creating tags
6969

0 commit comments

Comments
 (0)