Style Test

隐藏

markdown basic


这是标题h1

这是标题h2

这是标题h3

这是标题h4

这是标题h5
这是标题h6

段落1.

段落2。段落2很长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长长。

这是星号加粗 这是__短线加强__ 这是星号斜体 这是_短线斜体_ 这是code format #include<iostream> 这是引用Baidu链接用”[]()”实现

  1. 这是 item1
  2. 这是 item2
  3. 这是 item3
  • 这是item*
  • 这是item*

  • 这是item-
  • 这是item-
    • 这是 nested item+
    • 这是 nested item+
      • nested item*

这是图片: Image of Yaktocat

这是Blockquotes 这是加粗

这是斜体 这是code formate #include<iostream>

nested Blockquote 这是引用Baidu链接用"[]()"实现

以下是Multiple lines Code format

//使用```实现
x = 1
y = sin(x)
//使用tab
x = 1
y = sin(x)

//使用four space
x = 1
y = sin(x)

GitHub Flavored Markdown

GFM ignores underscores in words. like this:

do_this_and_do_that_and_another_thing.

URL autolinking:

http://www.baidu.com

https://github.com http://youku.com

Strikethrough:

Mistaken text.

Syntax highlighting

# using highlight
def print_hi(name)
  puts "Hi, #{name}"
end
print_hi('Tom')
#=> prints 'Hi, Tom' to STDOUT.
# this is a very long comments to check the word wrap style,=========================================================================================================================================================================================================
~ $ gem install jekyll
~ $ jekyll new myblog
~ $ cd myblog
~/myblog $ jekyll serve
# => Now browse to http://localhost:4000

以下来自https://help.github.com/articles/github-flavored-markdown/

We use Linguist to perform language detection and syntax highlighting. You can find out which keywords are valid by perusing the languages YAML file.

Tables

这是表格:

First Header Second Header
Content Cell Content Cell
Content Cell Content Cell

Task List

tasks lists are my favorite: (此特性没有)

  • This is a complete item
  • This is an incomplete item

Footnotes

引用1,引用2

highlight

==这是highlight标记==

quote

This is a “quote”

Latex

use mathjax for $\LaTex$.

a inline $E=MC^2$ sentence.

$$ \begin{matrix} 1 & x & x^2 \\ 1 & y & y^2 \\ 1 & z & z^2 \\ \end{matrix} $$

keyboard

这是ctrl+A,alt + F4

  1. 这是引用1. 

  2. 这是引用2. 

-----EOF-----

Categories: default Tags: Test Style