学习参考网址:https://www.appinn.com/markdown/index.html

  

# **gitskill**

## 标题
># 这是 H1
>## 这是 H2
>###### 这是 H6 ## 区块引用 Blockquotes
> This is a blockquote with two paragraphs. Lorem ipsum dolor sit amet,
consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus.
Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus. > Donec sit amet nisl. Aliquam semper ipsum sit amet velit. Suspendisse
id sem consectetuer libero luctus adipiscing. ---
> #### 这是一个标题。
>
> 1. 这是第一行列表项。
> 2. 这是第二行列表项。
>
> 给出一些例子代码:
>
> return shell_exec("echo $input | $markdown_script"); ## 列表
* Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
Aliquam hendrerit mi posuere lectus. Vestibulum enim wisi,
viverra nec, fringilla in, laoreet vitae, risus.
* Donec sit amet nisl. Aliquam semper ipsum sit amet velit.
Suspendisse id sem consectetuer libero luctus adipiscing. ---
1. This is a list item with two paragraphs. Lorem ipsum dolor
sit amet, consectetuer adipiscing elit. Aliquam hendrerit
mi posuere lectus. Vestibulum enim wisi, viverra nec, fringilla in, laoreet
vitae, risus. Donec sit amet nisl. Aliquam semper ipsum
sit amet velit. 2. Suspendisse id sem consectetuer libero luctus adipiscing. ---
避免数字+点+空格 格式生成列表
1986\. What a great season. ## 代码区块
Here is an example of AppleScript: tell application "Foo"
beep
end tell ## 链接
### 行内式
This is [an example](http://example.com/ "Title") inline link. [This link](http://example.net/) has no title attribute. ---
链接主机资源,使用相对路径
See my [About](/about/) page for details. ### 参考式
This is [an example][id] reference-style link.
[id]: <http://example.com/> "Optional Title Here" ---
I get 10 times more traffic from [Google] [1] than from
[Yahoo] [2] or [MSN] [3]. [1]: http://google.com/ "Google"
[2]: http://search.yahoo.com/ "Yahoo Search"
[3]: http://search.msn.com/ "MSN Search" ## 强调
*single asterisks* _single underscores_ **double asterisks** __double underscores__ \*this text is surrounded by literal asterisks\* ## 代码, 标记一小段行内代码
Use the `printf()` function. ## 图片
![Alt text](/path/to/img.jpg) ![Alt text](/path/to/img.jpg "Optional title") ## 自动链接
只要用符号<>标记起来
<address@example.com>

  

最新文章

  1. 关于oracle的笔记
  2. KeySweeper 微软无线键盘嗅探装置
  3. 转-Fragment+ViewPager组件(高仿微信界面)
  4. 设计模式之享元模式(FlyWeight)
  5. 【C++】统计代码覆盖率(二)
  6. GridViewDemo
  7. .Net码农学Android---系统架构和基本概念
  8. undefined local variable or method ‘xxx’ for #&lt;RSpec::Core::ExampleGroup::Nested_1::Nested_1:0xbc88d6c&gt;错误解决方案
  9. opencv学习笔记-图像对比度、亮度调节
  10. (Problem 72)Counting fractions
  11. CCArray
  12. kubernetes之ingress及ingress controller
  13. vsCode 代码不高亮显示的问题
  14. [转] vue&amp;webpack多页面配置
  15. EmberJS 为什么我偏爱 Ember.js 胜过 Angular 和 React.js
  16. percona-toolkit(pt-online-schema-change)工具包的安装和使用
  17. (4.28)for xml path 在合并拆分上的作用演示
  18. induced pluripotent stem cell (iPSC) 诱导性多能干细胞
  19. 使用 jfreechart 生成 曲线、柱状图、饼状图、分布图 展示到JSP
  20. 第15周-反射与JSP

热门文章

  1. monkey基础使用教程,如何安装和monkey分析日志
  2. Java泛型:利用泛型动态确认方法返回值类型
  3. mysql 5.7.24 root密码重置
  4. shell脚本中的日期处理
  5. c++ 递归算法实现排列组合
  6. HQL实现模糊查询
  7. PAT Basic 1020 月饼 (25 分)
  8. .htaccess 一段神奇的跳转代码
  9. GlusterFS 分布式文件系统
  10. 用Python实现简单购物车