@@ -33,8 +33,9 @@ As an example, the following shortcode displays an accordion with three elements
3333{{< example lang="hugo" >}}
3434{{</* accordion * />}}
3535 {{</* accordion-item title="Accordion Item #1 " show="true" * />}}
36- This is the first item's accordion body. It supports HTML content, if enabled in the goldmark
37- renderer. The item is shown by adding the value ` show ` to the ` class ` argument.
36+ This is the first item's accordion body.
37+ It supports Markdown content. The item
38+ is shown by adding the value ` show ` to the ` class ` argument.
3839 {{</* /accordion-item * />}}
3940 {{</* accordion-item title="Accordion Item #2 " * />}}
4041 This is the second item's accordion body.
@@ -352,8 +353,8 @@ As an example, the following shortcode displays a tab group with vertically alig
352353{{< example lang="hugo" >}}
353354 {{</* nav tab-type="pills" vertical="true" * />}}
354355 {{</* nav-item title="Nav Item #1 " show="true" * />}}
355- This is the first item's nav body. It supports HTML content, if enabled in the goldmark
356- renderer. The item is shown by adding the value ` show ` to the ` class ` argument.
356+ This is the first item's nav body. It supports Markdown content.
357+ The item is shown by adding the value ` show ` to the ` class ` argument.
357358 {{</* /nav-item * />}}
358359 {{</* nav-item title="Nav Item #2 " * />}}
359360 This is the second item's nav body.
0 commit comments