Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/templates/variable-modifiers.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ Outputs the length of the content in characters.

Limits the content to the specified number of characters. Without `preserve_words='n'` may be fewer than the exact limit, as this retains whole words.

Note that all HTML formatting will be stripped out automatically before applying limit modifier.

{excerpt:limit characters='20'}
{!-- A discussion… --}

Expand Down