Skip to content

Commit bf89f37

Browse files
authored
Merge pull request #2225 from jim-parry/fix/docs2
[ci skip] Fix malformed table in view_parser.rst
2 parents 9da5509 + f0b1eed commit bf89f37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/outgoing/view_parser.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ The following filters are available when using the parser:
425425
+---------------+---------------------+--------------------------------------------------------------+-------------------------------------+
426426
+ highlight_code+ + Highlights code samples with HTML/CSS. + { v|highlight_code } +
427427
+---------------+---------------------+--------------------------------------------------------------+-------------------------------------+
428-
+ limit_chars + limit + Limits the number of characters to $limit. + { v|limit_chars(100) } +
428+
+ limit_chars + limit + Limits the number of characters to $limit. + { v|limit_chars(100) } +
429429
+---------------+---------------------+--------------------------------------------------------------+-------------------------------------+
430430
+ limit_words + limit + Limits the number of words to $limit. + { v|limit_words(20) } +
431431
+---------------+---------------------+--------------------------------------------------------------+-------------------------------------+

0 commit comments

Comments
 (0)