
Site components overview
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
First-level header
Second-level header
Third-level header
- Lists can
- be nested
- as well!
- be nested
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
Featured tracks
https://loang.net/~vnpower/pages/featured-tracks/
A list of good music.
List of softwares I use on Linux
https://loang.net/~vnpower/posts/software-i-use/
Definitely not a shameless promotion for Emacs
Footnotes
-
Just wanted to say that these lines were copy-pasted. ↩︎
← Go to parent