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.

 1# The Greeter class
 2class Greeter
 3  def initialize(name)
 4    @name = name.capitalize
 5  end
 6
 7  def salute
 8    puts "Hello #{@name}!"
 9  end
10end
11
12# Create a new object
13g = Greeter.new("world")
14
15# Output "Hello World!"
16g.salute

Cross-ref blocks

Footnotes


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


← Go to parent