~/

#diagnostic

Diagnostic

You can ignore this post. It is just here to make sure that the site displays correctly.

Typography

Regular paragraph. Bold. Italic. Bold italic. Inline code. A link.

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Lists

Unordered:

  • Item one
  • Item two
  • Item three

Ordered:

  1. Item one
  2. Item two
  3. Item three

Blockquote

The quick brown fox jumps over the lazy dog.


Horizontal Rules

Plain:


Code

def hello(name) # comment
  puts "Hello, #{name}!"
end
def fib(n): # comment
    a, b = 0, 1
    for _ in range(n):
        print(a, end=" ")
        a, b = b, a+b
function greet(name) { // comment
  console.log(`Hello, ${name}!`);
}
<nav>
  <a href="/">Home</a>
  <!-- comment -->
</nav>
body {
  font-family: sans-serif;
  color: #333;
}

Table

Column A Column B Column C
left center right
left center right

Math

Block:

\[\left[ \frac{-\hbar^2}{2\mu}\nabla^2 + V(\mathbf{r},t)\right] \Psi(\mathbf{r},t)\]

Internationalisation

日本語: 私は昨日ついにその助力家というのの上よりするたなけれ。

中文: 善我王上魚、產生資西員合兒臉趣論。


Logo/Image

Logo


Footnotes1

Some text with footnotes.2


  1. First footnote. 

  2. Second footnote, a longer one to test wrapping behaviour across multiple lines if the content runs long enough to do so. 

© mmxxvi npn