hugo-apero-docs
hugo-apero-docs copied to clipboard
Use markdownify feature in tabset example
Hi, I just discovered Apero which is a really beautiful Hugo framework.
I really love your tabset implementation that is really useful !
I am proposing you a PR to show the {{% shortcodename parameters %}} syntax rather than the {{< shortcodename parameters >}} . I think this is more useful to show that you can put markdown inside tabs, content will be nicely rendered.
Thus, I propose to replace {{< panel XXXX >}} by {{% panel XXXX %}}. I let {{< panelset XXXX >}} syntax because markdowinfication is not necessary at this level (since everything is markdownified inside panels)