A project to practise using git. A simple Hello World example was placed. 这是一个普通段落:
这是一个代码区块。
This is a blockquote with two paragraphs. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus. Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.
Donec sit amet nisl. Aliquam semper ipsum sit amet velit. Suspendisse id sem consectetuer libero luctus adipiscing.
This is a blockquote with two paragraphs. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus. Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.
Donec sit amet nisl. Aliquam semper ipsum sit amet velit. Suspendisse id sem consectetuer libero luctus adipiscing.
嵌套
This is the first level of quoting.
This is nested blockquote.
Back to the first level.
- Red
- Green
- Blue
- Red
- Green
- Blue
- Red
- Green
- Blue
- Bird
- McHale
- Parish
- A list item with a blockquote:
This is a blockquote inside a list item.
行内式链接 This is an example inline link.
This link has no title attribute.
参考式 This is an example reference-style link.
I get 10 times more traffic from Google [1] than from [Yahoo] 2 or [MSN] 3.
single asterisks
single underscores
double asterisks
double underscores
Use the printf()
function.
There is a literal backtick () here.
A single backtick in a code span: `
A backtick-delimited string in a code span: `foo`
Please don't use any <blink>
tags.
—
is the decimal-encoded equivalent of —
.
Mistaken text.
x = 0
x = 2 + 2
what is x
require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html
First Header | Second Header |
---|---|
Content Cell | Content Cell |
Content Cell | Content Cell |
Left-Aligned | Center Aligned | Right Aligned |
---|---|---|
col 3 is | some wordy text | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
:
在最左边表示左对齐,:
在最右边表示右对齐,左右两边都有:
表示居中。