Skip to content

Commit 8ce98e2

Browse files
Fiz
Signed-off-by: Ayush More <ayushmore42595@gmail.com>
1 parent bb60a8b commit 8ce98e2

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

content/en/contributing/contributing-to-docs.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -506,15 +506,13 @@ Layer5 docs support tabbed content using the `tabpane` shortcode. Here’s a bas
506506
507507
{{< tab name="Example Tab 1" >}}
508508
509-
This is the content inside Example Tab 1.
510-
You can include instructions, descriptions, or examples here.
509+
<p>This is the content inside Example Tab 1.</p>
511510
512511
{{< /tab >}}
513512
514513
{{< tab name="Example Tab 2" >}}
515514
516-
This is the content inside Example Tab 2.
517-
Each tab can hold different sets of content as needed.
515+
<p>This is the content inside Example Tab 2.</p>
518516
519517
{{< /tab >}}
520518

0 commit comments

Comments
 (0)