hugo-apero-docs icon indicating copy to clipboard operation
hugo-apero-docs copied to clipboard

Use markdownify feature in tabset example

Open linogaliana opened this issue 3 years ago • 0 comments

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)

linogaliana avatar Mar 04 '22 15:03 linogaliana