Markdown写作

  • unity
  • cocos2d

窗前明月关
哈哈

好好 哈哈
http://www.baidu.com
这是百度

printf("hello,world");

nizhidao

printf("hello,world");

2*3*5=30

Tables Are Cool
col 3 is right-aligned $1600
col 2 is centered $12
zebra stripes are neat $1
Markdown写作_第1张图片
图片.jpg
// markdown的写法
// 这些写法最好是上下空格一行,尤其是代码块
- unity
- cocos2d

>窗前明月关
哈哈

**好好**  *哈哈*

这是[百度](http://www.baidu.com)

`printf("hello,world");`

~~nizhidao~~

// 这里是代码块 去除掉 // 就是代码块的效果
//```ruby
//printf("hello,world");
//```

---

2\*3\*5=30

| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |

// 网络图片写法
![图片描述](图片链接地址)
// 电脑上的图片直接拖进来就可以显示,会自动生成链接

你可能感兴趣的:(Markdown写作)