9 lines
139 B
Text
9 lines
139 B
Text
|
export const h2Title = "Section 1"
|
||
|
export const h3Title = "Subsection 1"
|
||
|
|
||
|
# Heading test with JSX expressions
|
||
|
|
||
|
## {h2Title}
|
||
|
|
||
|
### {h3Title}
|