Page image
Site components overview
Published: Dec 9, 2024

Did you see the thumbnail above? The table of contents shouldn’t be available as well!



This is a 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

Full image of the thumbnail. Yes it was badly cropped.

First-level header

Second-level header

Third-level header

  • Lists can
    • be nested
      • as well!

It increments!

Double column

Hiragana

Hiragana (repeated)

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

Footnotes


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


← Go to parent