@@ -13,7 +13,7 @@ This page tests a simpler approach to multi-tab syntax that works reliably with
13
13
{{< multitabs id="example-tabs" tab1="Getting Started" tab2="Features" tab3="Usage Guide" >}}
14
14
Welcome to the ** Getting Started** tab! This demonstrates the simpler multi-tab syntax.
15
15
16
- ### Quick Setup
16
+ ** Quick Setup**
17
17
1 . Include the tab component files
18
18
2 . Use the ` multitabs ` shortcode with tab parameters
19
19
3 . Separate content with a divider: `- tab - sep -
@@ -22,7 +22,7 @@ This approach avoids Hugo's nested shortcode parsing issues while still providin
22
22
23
23
-tab-sep-
24
24
25
- ## Key Features
25
+ ** Key Features**
26
26
27
27
The tab control includes:
28
28
@@ -32,7 +32,7 @@ The tab control includes:
32
32
- ** Markdown support** : Full markdown rendering within tabs
33
33
- ** Simple syntax** : Uses parameter-based tab titles and content separators
34
34
35
- ### Code Example
35
+ ** Code Example**
36
36
``` javascript
37
37
// Example of tab initialization
38
38
document .addEventListener (' DOMContentLoaded' , () => {
@@ -43,7 +43,7 @@ document.addEventListener('DOMContentLoaded', () => {
43
43
44
44
-tab-sep-
45
45
46
- ## How to Use
46
+ ** How to Use**
47
47
48
48
The multi-tab syntax uses parameters for tab titles and separates content with triple dashes.
49
49
@@ -52,7 +52,7 @@ The multi-tab syntax uses parameters for tab titles and separates content with t
52
52
2 . Separate content sections with ` --- ` on its own line
53
53
3 . Each section becomes the content for the corresponding tab
54
54
55
- ### Benefits
55
+ ** Benefits**
56
56
- ** Reliable parsing** : No nested shortcode issues
57
57
- ** Clean syntax** : Easy to read and write
58
58
- ** Flexible content** : Any markdown content works
0 commit comments