Did you see the thumbnail above? The table of contents
shouldn’t be available as well!
{{< b-banner warning >}} This is a warning {{< /b-banner >}}
{{< b-banner notice >}} This is a notice {{< /b-banner >}}
{{< b-banner note >}} This is a note {{< /b-banner >}}
{{< floating-div >}}
This is a floating div
{{< /floating-div >}}
Some content on the left side of the floating block for demonstration purposes. Repeated lines of text goes here. Repeated lines of text goes here. Repeated lines of text goes here. Repeated lines of text goes here. Repeated lines of text goes here. Repeated lines of text goes here. Repeated lines of text goes here.1
{{< image src=”cover.png” title=”Full image of the thumbnail. Yes it was badly cropped.” >}}
{{< float-clear >}}
First-level header
Second-level header
Third-level header
- Lists can
- be nested
- as well!
It increments!
- as well!
- be nested
Double column
{{< col-2 markdownify=true >}}
Hiragana
| あ | い | う | え | お |
|---|---|---|---|---|
| か | き | く | け | こ |
| さ | し | す | せ | そ |
| た | ち | つ | て | と |
| … |
Hiragana (repeated)
| あ | い | う | え | お |
|---|---|---|---|---|
| か | き | く | け | こ |
| さ | し | す | せ | そ |
| た | ち | つ | て | と |
| … |
{{< /col-2 >}}
Code blocks
Taken from ruby-lang.org.
# The Greeter class
class Greeter
def initialize(name)
@name = name.capitalize
end
def salute
puts "Hello #{@name}!"
end
end
# Create a new object
g = Greeter.new("world")
# Output "Hello World!"
g.salute
Cross-ref blocks
{{< cross-ref path=”/pages/featured-tracks” >}}
{{< cross-ref path=”/posts/software-i-use” >}}
Footnotes
-
Just wanted to say that these lines were copy-pasted. ↩