Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2017-11-17 目标 #1

Closed
2 tasks done
wubaiqing opened this issue Nov 17, 2017 · 3 comments
Closed
2 tasks done

2017-11-17 目标 #1

wubaiqing opened this issue Nov 17, 2017 · 3 comments

Comments

@wubaiqing
Copy link

wubaiqing commented Nov 17, 2017

  • 在 Github - Issues 中提出遇到的问题。
  • 了解什么是 Markdown

举例

问题描述用中/英都可以,不要像它混合用:ant-design/ant-design#8020

@yuanmin564
Copy link
Owner

yuanmin564 commented Nov 20, 2017

11月20日学习内容

一、Markdown简介

  用标记语法代替普通的排版格式,适用于经常需要排版,而且可以提高编程效率的一款语言。

二、常见语法

  1.段落:一个以上的空行,两行即可表示一个段落
  2.标题:‘#’数量对应标题级别,1个#对应一级标题,以此类推,共六级
  3.引用:引用文字前加‘>’,即可显示引用
  4.无序列表: ‘*1’、‘+1’、‘-1’即可显示为‘·1’
  5.有序列表:‘⒈1’即可显示为‘⒈1’
  6.代码段:用‘’标记代码即可完全显示代码段,而 &、< 和 > 也一样会自动转成 HTML 实体;要建立一个已经格式化好的代码区块,只要每行都缩进 4 个空格或是一个 tab 就可以了。
  7.链接:This is an [example link](http://example.com/)   为‘example link’这部分文字插上一个‘http://example.com/’的链接
  8.图片:![](),语法和链接很类似,[]内为图片的说明文字,()内为图片的链接
  9.分割线:三个*即可形成一条分割线

@wubaiqing
Copy link
Author

@yuanmin564 回复就要用 markdown

@wubaiqing
Copy link
Author

@yuanmin564 Issuse 学完了吗?学完需要关闭!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants