I've successfully run hugo with docsy theme in my PC. This is a problem about rendering.
I find that the context in tab shortcode
{{< tab header="xxx" >}}
...
{{< /tab >}}
can not be rendered by markdown renderer here. Bold or italic functions doesn't work. Html syntax such as <a href="url">xxx</a> is invalid neither.
How can I enable markdown rendering or html syntax in the tab container?
Best,
Kai
I've successfully run hugo with docsy theme in my PC. This is a problem about rendering.
I find that the context in
tabshortcodecan not be rendered by markdown renderer here. Bold or italic functions doesn't work. Html syntax such as
<a href="url">xxx</a>is invalid neither.How can I enable markdown rendering or html syntax in the
tabcontainer?Best,
Kai