Usage-MarkDown

这是 H1

This is H2

This is H3

这是一个标题

  • Red
  • Green
  • blue

  • 红色
  • 绿色
  • 蓝色

  • Red
  • Green
  • Blue
  1. Bird
  2. Cat
  3. Dog

这是一个普通段落: 这是一个代码区块。

这是一个普通段落: 这是一个代码区块.







This is an exampleinline link.

This link has no title attribute.

See my About page for details.

This is an example reference-style link.

THis is an example reference-style link.

Google

Visit [Daring Fireball][] for more information.

强调:
single asterisks

single underscores

double asterisks

double underscores

代码:
Use the print() function

Use the print()

如果要在代码中插入反引号 There is a literal backtick (`) here.

A single backtick in a code span. `

A backtick-delimited string in a code span. `foo`

图片:
1
Alt text
2
Alt text
3
Alt text
4
[i-pizn.jgp]: images/work/i-pizn.jpg “optional attribute”

public class C{
    public static void main(String args[]){
        System.out.println("Hello World!");
    }
}
public class Teisei {
    public static void main(String args[]){
        System.out.println("Hello world! This is Teisei's blog");
    }
}
By the way, if you found a typo, please fork and edit this post. Thank you so much! This post is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.

If you like this post or if you use one of the Open Source projects I maintain, say hello by email. There is also my Amazon Wish List. Thank you ♥

Comments

Fork me on GitHub