@topic Heading 1
@section Section 1
Blah blah blah
@section Section 2
Blah blah blah
@topic Heading 2
Blah blah blah
# Heading 1
## Section 1
Blah blah blah
## Section 2
Blah blah blah
# Heading 2
Blah blah blah
quantum-html
module @html
@head
@stylesheet /styles.css
@script /index.js
@body
@div .header
@span .title: Title
@div .body
Some interesting content
# My first blog
## Where to start
Blah blah *blah*
@h1: My first blog
@h2: Where to start
Blah blah @italic[blah]
quantum-template
module is included in the pipeline. Type | Markup | Result |
---|---|---|
Bold Text | Markdown
Quantum
| Some bold text |
Italic Text | Markdown
Quantum
| Some italic text |
Strikethrough Text | Markdown
Quantum
| Some |
Headers | Markdown
Quantum
| H1H2H3H4H5H6 |
Code highlighting | Markdown
Quantum
|
|
Inline code highlighting | Markdown
Quantum
| Some inline() code |
Links | Markdown
Quantum
| Click here |
Lists | Markdown
Quantum
|
|
Images | Markdown
Quantum
|