You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/liquid-tags/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ Note that link tags will only render links that are available in the current pag
63
63
| `{% homepage_link_with_intro /href %}` | The linked page's title and intro, with homepage-specific styling.
64
64
| `{% link_in_list /href %}` | The linked page's title in a list item.
65
65
| `{% 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 %}`
0 commit comments