首页 > 代码库 > 可以使用Markdown了?
可以使用Markdown了?
园子果然领先
1.标题类
一级标题
二级标题
三级标题
四级
六级
怎么可以用`#`号?上传上去看看
2.换行
第一行 换一行 在换一行
3.多个下划线
theoddegg odd 斜体用星号
4.删除线
~~delete~~
5.代码着色
```c
include
int main(void) { int num; return 0; } ```
public class TestClass { private int num; public TestClass(){} }
这个用插入的代码试试
public class TestClass { private int num; public TestClass(){} }
6.任务列表
- [x] @mentions, #refs, links, formatting, and
tagssupported - [x] list syntax required (any unordered or ordered list supported)
- [x] this is a complete item
- [ ] this is an incomplete item
7.表格
| Left-Aligned 左对齐 | Center Aligned 居中 | Right Aligned 右对齐| | :------------ |:---------------:| -----:| | col 3 is | some wordy text | $1600 | | col 2 is | centered | $12 | | zebra stripes | are neat | $1 |
这个是图片
换行是怎么算的?这是一行? 这是第二行?
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。