Skip to content

Commit 89647d0

Browse files
jyn514Kixiron
andauthored
Note that text will not be escaped
Co-authored-by: Chase Wilson <[email protected]>
1 parent 28b12a6 commit 89647d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/macros.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
Creates a list entry for active tabs. When the active tab is the same as `expected`, it will show the current tab as active.
3131
* `expected` A string that represents the current tab, when `active_tab == expected` the current will be shown as active
3232
* `href` A string used as the tab's link
33-
* `text` A string used as the tab's text
33+
* `text` A string used as the tab's text, will *not* be escaped in any way
3434
#}
3535
{% macro active_link(expected, href, text) %}
3636
<li class="pure-menu-item">

0 commit comments

Comments
 (0)