Skip to content

Commit f0b1eed

Browse files
committed
Fix malformed table in view_parser.rst
1 parent 9da5509 commit f0b1eed

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)