博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Markdown语法记录
阅读量:5844 次
发布时间:2019-06-18

本文共 2584 字,大约阅读时间需要 8 分钟。

# title1## title2### title3#### title4##### title5###### title6####### title7### title3# title1## title2---
>区块引用,>第二行1
>第二行2>>第三行 - 嵌套>>>第四行区块引用外面引用的区块内也可以使用其他的 Markdown 语法,包括标题、列表、代码区块等:##### 一个标题1. 第一行2. 第二行使用代码:return shell_exec("echo $input | $markdown_script");##列表* red* green* blue---- red- green- blue---1. Bird2. McHale3. Parish---1. This is a list item with two paragraphs. This is a list item with two paragraphs.fdasfsdafsdafasdfsd2. fdsafasd fdsfsdafsdfsd fdsfasdf3. fasdfas4. fdf---* A list item with a blockquote: This is a blockquote inside a list item.* B list item with a blockquote: woshi fdsa---* 一列表项包含一个列表区块: public class Hired() { private String abc; }1986\. What a great season.##代码块缩进 4 个空格或是 1 个制表符 public class Hired() { private String abc; }Here is an example of AppleScript: tell application "Foo" beep end tell代码块中 自动转成实体
- - -星号、减号、底线来建立一个分隔线*********---超链接1. 参考式-带链接说明 This is [an example](http://example.com/ "Title") inline link.2. [This link](http://example.net/) has no title attribute.如果你是要链接到同样主机的资源,你可以使用*相对路径*: See my [About](/about/) page for details.- 自己的超链接 [Bai du](http://www.baidu.com "百度一下,你就知道") inline link.- This is [an example] [id1] reference-style link.[id1]: http://example.com/ "Optional Title Here"简化版超链接
[Google][][Google]: http://google.com/ "Google 一下"Visit [Daring Fireball][] for more information.[Daring Fireball]: http://daringfireball.net/- 推荐写发 I get 10 times more traffic from [Google][] than from [Yahoo][] or [MSN][]. [google]: http://google.com/ "Google" [yahoo]: http://search.yahoo.com/ "Yahoo Search" [msn]: http://search.msn.com/ "MSN Search"---**强调**- *single asterisks*- _single underscores_- **double asterisks**- __double underscores__使用*包裹 \*哈哈\*---**行内代码**Use the `printf()` function.``There is a literal backtick (`) here.````哈哈哈哈`你是猪`uuu``代码起始处加入 反引号A single backtick in a code span: `` `hahahahah ``A backtick-delimited string in a code span: `` `foo` ``Please don't use any `
` tags.---**图片**![发生大法师大发生大法师大傻傻的](/path/to/img.jpg "垃圾图片")![Alt text](/path/to/img.jpg "Optional title")![googlegoogle][][googlegoogle]:/path/to/img.jpg "googlegoogle"---**自动连接**-
-
\*literal asterisks\*Markdown 支持以下这些符号前面加上反斜杠来帮助插入普通的符号:`` \ 反斜线 ` 反引号 * 星号 _ 底线 {} 花括号 [] 方括号 () 括弧 # 井字号 + 加号 - 减号 . 英文句点 ! 惊叹号---木有啦复制代码

转载地址:http://riqcx.baihongyu.com/

你可能感兴趣的文章
1080*1920 下看网站很爽
查看>>
topcoder srm 305 div1
查看>>
[转]ORACLE 异常错误处理
查看>>
Object.observe将不加入到ES7
查看>>
Android类参考---Fragment(一)
查看>>
Windows WMIC命令使用详解(附实例)
查看>>
CMake 构建项目Android NDK项目基础知识
查看>>
请求与响应
查看>>
sql server(常用)
查看>>
算法 - 最好、最坏、平均复杂度
查看>>
MySQL 不落地迁移、导入 PostgreSQL - 推荐 rds_dbsync
查看>>
二叉树的蛇形遍历 leetcode 103
查看>>
Linux设备驱动之IIO子系统——IIO框架及IIO数据结构
查看>>
【Util】 时间天数增加,时间比较。
查看>>
[Erlang 0004] Centos 源代码编译 安装 Erlang
查看>>
51 Nod 1027 大数乘法【Java大数乱搞】
查看>>
20.4. myisamchk — MyISAM Table-Maintenance Utility
查看>>
三维重建技术概述
查看>>
Go语言与数据库开发:01-09
查看>>
Python连续攀升,其他的脚本语言去哪了?
查看>>