We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
text
1 parent 28b12a6 commit 89647d0Copy full SHA for 89647d0
templates/macros.html
@@ -30,7 +30,7 @@
30
Creates a list entry for active tabs. When the active tab is the same as `expected`, it will show the current tab as active.
31
* `expected` A string that represents the current tab, when `active_tab == expected` the current will be shown as active
32
* `href` A string used as the tab's link
33
- * `text` A string used as the tab's text
+ * `text` A string used as the tab's text, will *not* be escaped in any way
34
#}
35
{% macro active_link(expected, href, text) %}
36
<li class="pure-menu-item">
0 commit comments