Markdown写作

2019-06-02  本文已影响0人  编号x71291

窗前明月关
哈哈

好好 哈哈
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
图片.jpg
// markdown的写法
// 这些写法最好是上下空格一行,尤其是代码块
- unity
- cocos2d

>窗前明月关
哈哈

**好好**  *哈哈*
<http://www.baidu.com>
这是[百度](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 |

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

上一篇下一篇

猜你喜欢

热点阅读