Skip to content

Commit cfceafa

Browse files
authored
Merge pull request ExpressionEngine#749 from ExpressionEngine/bug/7.x/limit-modifier-clarification
added clarification about limit modifier
2 parents 9684138 + cdc7cc6 commit cfceafa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/templates/variable-modifiers.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ Outputs the length of the content in characters.
135135

136136
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.
137137

138+
Note that all HTML formatting will be stripped out automatically before applying limit modifier.
139+
138140
{excerpt:limit characters='20'}
139141
{!-- A discussion… --}
140142

0 commit comments

Comments
 (0)