Markdown Testing

Your Name / 2021-01-07


See the source code of this page if you are interested.

H1 #

H2 #

H3 #

H4 #

H5 #
H6 #

List #

  • Water
  • Water
  • Water
    1. Water
    2. Water
    3. Water
  • Water
    • Water
    • Water
    • Water
      1. Water
      2. Water

Table #

Water Water Water
Water Water Water
Water Water1 Water
Water Water Water

Quotes #

What I cannot create, I do not understand2. — Richard Feynman

Math #

For example,

$1 + 1 = 3$

You can add Tags & References:

$$p(x) = \frac{1}{\sigma \sqrt{2 \pi}} exp \left(-\frac{1}{2}\left[\frac{x-\mu}{\sigma}\right]^2\right)\tag{1.1}\label{eq1.1}$$

Aligning equations3 are also possible,

\begin{align} \sqrt{37} & = \sqrt{\frac{73^2-1}{12^2}} \\ & = \sqrt{\frac{73^2}{12^2}\cdot\frac{73^2-1}{73^2}} \\ & = \sqrt{\frac{73^2}{12^2}}\sqrt{\frac{73^2-1}{73^2}} \\ & = \frac{73}{12}\sqrt{1 - \frac{1}{73^2}} \\ & \approx \frac{73}{12}\left(1 - \frac{1}{2\cdot73^2}\right) \end{align}

Codes #

You can type codes, like this. Or:

// This is Javascript:
water = [1, 2, 3, 4, 5]
let a = 0;
for (let i = 0; i < 5; i++){
	if (water[i] > 3) {
		a += 1
	}
}
// How much is `a` now?

Images #

Caption: Isn't it beautiful?

Title: Beautiful autum

Caption: Isn't it beautiful?

Full-width image #

On the balcony of a hostel in Interlaken, Switzerland, by Hongtao Hao in May 2017

On the balcony of a hostel in Interlaken, Switzerland, by Hongtao Hao in May 2017

Videos #

Vimeo #

YouTube #

Custom blocks #

This is a note.

This is important!

This is a tip. How much are you going to tip me?

Caution: Great food ahead! Stop if you are on a diet.

Warning: Road blocked ahead!

You can use this whatever way you like. I usually use it to remind myself of something in a post.

Columns #

Write your descriptions here.


  1. Water ↩︎

  2. Water ↩︎

  3. The source of the following aligned equations is from here by MJD  ↩︎

Last modified on 2022-08-31