We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb60a8b commit 8ce98e2Copy full SHA for 8ce98e2
1 file changed
content/en/contributing/contributing-to-docs.md
@@ -506,15 +506,13 @@ Layer5 docs support tabbed content using the `tabpane` shortcode. Here’s a bas
506
507
{{< tab name="Example Tab 1" >}}
508
509
-This is the content inside Example Tab 1.
510
-You can include instructions, descriptions, or examples here.
+<p>This is the content inside Example Tab 1.</p>
511
512
{{< /tab >}}
513
514
{{< tab name="Example Tab 2" >}}
515
516
-This is the content inside Example Tab 2.
517
-Each tab can hold different sets of content as needed.
+<p>This is the content inside Example Tab 2.</p>
518
519
520
0 commit comments