Sample Post

2014-12-13 MoreFreeze 更多博文 » 博客 » GitHub »

sample-post

原文链接 https://morefreeze.github.io/2014/12/sample-post.html
注:以下为加速网络访问所做的原文缓存,经过重新格式化,可能存在格式方面的问题,或偶有遗漏信息,请以原文为准。


  • Table of Contents {:toc}

This is a sample post.

Below is just about everything you'll need to style in the theme. Check the source code to see the many embedded elements within paragraphs. <!--more-->

Heading

# Heading 1

## Heading 2

### Heading 3

#### Heading 4

Body text

This is strong.

This is figure

Elaphurus davidianus

This is emphasized.

53 = 125. Water is H2O.

The New York Times (That’s a citation).

Underline.

HTML and CSS are our tools.

Blockquotes

Justification: This species is listed as Extinct in the Wild, as all populations are still under captive management. The captive population in China has increased in recent years, and the possibility remains that free-ranging populations can be established some time in the near future. When that happens, its Red List status will need to be reassessed.

I follow up the quest. Despite of day and night and death and hell. -- Idylls of the King, Tennyson

List Types

Ordered Lists

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

Unordered Lists

  • Item one
  • Item two
  • Item three

Tables

Header1 Header2 Header3
cell1 cell2 cell3
cell4 cell5 cell6
cell7 cell8 cell9
Kingdom Phylum Class Order Family
ANIMALIA CHORDATA MAMMALIA CETARTIODACTYLA CERVIDAE

Code Snippets

Syntax highlighting via Pygments

{% highlight css %}

container {

float: left; margin: 0 -240px 0 0; width: 100%; } {% endhighlight %}

highlight with line number.

{% highlight ruby linenos %} def foo puts 'foo' end {% endhighlight %}

$$\LaTeX$$

you can use latex with double $$

$$e^{i\pi}+1=0$$

<q> tag

here is a <q> q tag </q>

here is a q tag