diff --git a/layouts/partials/commons/menu.html b/layouts/partials/commons/menu.html
index 972ea6eb01869edb70279826ae9a6821f75f4b85..06d3a7dceb45076da408d2c3214cb9025eb5531e 100644
--- a/layouts/partials/commons/menu.html
+++ b/layouts/partials/commons/menu.html
@@ -62,7 +62,7 @@
 
         {{- if ne .kind "blank" -}}
           <a href="{{ .target }}" {{ with $link_class }} class="{{ . }}" {{ end }} {{ safeHTMLAttr $attributes }} {{ safeHTMLAttr $title_attribute }}>
-            {{ .title }}
+            {{ .title | markdownify }}
           </a>
           {{ partial "GetMenuSummary" (dict 
               "summary" $level_options.summary