Mastodon
Page image
Site components overview
Published: 2024-12-09

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!

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

  1. Just wanted to say that these lines were copy-pasted. 


Tags:  (none)