Skip to content

Commit e218238

Browse files
committed
Corrected docs for parser plugins. Closes #1995
1 parent b5c5a94 commit e218238

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

user_guide_src/source/outgoing/view_parser.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -519,12 +519,12 @@ The following plugins are available when using the parser:
519519
==================== ========================== ================================================================================== ================================================================
520520
Plugin Arguments Description Example
521521
==================== ========================== ================================================================================== ================================================================
522-
current_url Alias for the current_url helper function. {+ current_url +}
523-
previous_url Alias for the previous_url helper function. {+ previous_url +}
524-
site_url Alias for the site_url helper function. {+ site_url "login" +}
525-
mailto email, title, attributes Alias for the mailto helper function. {+ mailto email=foo@example.com title="Stranger Things" +}
526-
safe_mailto email, title, attributes Alias for the safe_mailto helper function. {+ safe_mailto email=foo@example.com title="Stranger Things" +}
527-
lang language string Alias for the lang helper function. {+ lang number.terabyteAbbr +}
522+
currentURL Alias for the current_url helper function. {+ currentURL +}
523+
previousURL Alias for the previous_url helper function. {+ previousURL +}
524+
siteURL Alias for the site_url helper function. {+ siteURL "login" +}
525+
mailto email, title, attributes Alias for the mailto helper function. {+ mailto email=foo@example.com title="Stranger Things" +}
526+
safe_mailto email, title, attributes Alias for the safe_mailto helper function. {+ safe_mailto email=foo@example.com title="Stranger Things" +}
527+
lang language string Alias for the lang helper function. {+ lang number.terabyteAbbr +}
528528
validation_errors fieldname(optional) Returns either error string for the field (if specified) or all validation errors. {+ validation_errors +} , {+ validation_errors field="email" +}
529529
route route name Alias for the route_to helper function. {+ route "login" +}
530530
==================== ========================== ================================================================================== ================================================================

0 commit comments

Comments
 (0)