@@ -13,7 +13,7 @@ This page tests a simpler approach to multi-tab syntax that works reliably with
1313{{< multitabs id="example-tabs" tab1="Getting Started" tab2="Features" tab3="Usage Guide" >}}
1414Welcome to the ** Getting Started** tab! This demonstrates the simpler multi-tab syntax.
1515
16- ### Quick Setup
16+ ** Quick Setup**
17171 . Include the tab component files
18182 . Use the ` multitabs ` shortcode with tab parameters
19193 . Separate content with a divider: `- tab - sep -
@@ -22,7 +22,7 @@ This approach avoids Hugo's nested shortcode parsing issues while still providin
2222
2323-tab-sep-
2424
25- ## Key Features
25+ ** Key Features**
2626
2727The tab control includes:
2828
@@ -32,7 +32,7 @@ The tab control includes:
3232- ** Markdown support** : Full markdown rendering within tabs
3333- ** Simple syntax** : Uses parameter-based tab titles and content separators
3434
35- ### Code Example
35+ ** Code Example**
3636``` javascript
3737// Example of tab initialization
3838document .addEventListener (' DOMContentLoaded' , () => {
@@ -43,7 +43,7 @@ document.addEventListener('DOMContentLoaded', () => {
4343
4444-tab-sep-
4545
46- ## How to Use
46+ ** How to Use**
4747
4848The multi-tab syntax uses parameters for tab titles and separates content with triple dashes.
4949
@@ -52,7 +52,7 @@ The multi-tab syntax uses parameters for tab titles and separates content with t
52522 . Separate content sections with ` --- ` on its own line
53533 . Each section becomes the content for the corresponding tab
5454
55- ### Benefits
55+ ** Benefits**
5656- ** Reliable parsing** : No nested shortcode issues
5757- ** Clean syntax** : Easy to read and write
5858- ** Flexible content** : Any markdown content works
0 commit comments