We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37f8962 + d65fd02 commit 63223cfCopy full SHA for 63223cf
packages/guides/resources/template/html/body/menu/menu-item.html.twig
@@ -1,4 +1,4 @@
1
-<li class="toc-item {%- if node.isCurrent %} current{% endif -%} {%- if node.isInRootline %} active{% endif -%}"><a href="{{ url }}">{{ renderNode(node.value.value) }}</a>
+<li class="toc-item {%- if node.isCurrent %} current{% endif -%} {%- if node.isInRootline %} active{% endif -%}"><a href="{{ url }}">{{ node.value.toString }}</a>
2
{%- if node.children|length %}
3
<ul class="menu-level-{{ node.level }}">
4
{% for child in node.children -%}
tests/Integration/tests/navigation/menu-relative/input/level-1-1/index.rst
@@ -1,5 +1,5 @@
=========
-Level 1-1
+Level ``1-1``
5
Lorem Ipsum Dolor.
0 commit comments