• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

adamschwartz/github-markdown-kitchen-sink

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

adamschwartz/github-markdown-kitchen-sink

开源软件地址(OpenSource Url):

https://github.com/adamschwartz/github-markdown-kitchen-sink

开源编程语言(OpenSource Language):


开源软件介绍(OpenSource Introduction):

GitHub Markdown Kitchen Sink

A large collection of code samples which have been tested against GitHub's markdown parser... so you don't have to.

Resources

This Repo
  • README.md (preview, raw) – this file
  • TEST.md (preview, raw) — used to test the examples from this file, which are pre-generated
Markdown

Code Examples with Preview

Block Elements

CodePreview
Paragraph
This is a paragraph.
This is a paragraph.
Headers (Sextext-style)
Header 1
========

Header 2 --------

Header 1

Header 2

Headers (Atx-style)
# Header 1
## Header 2
### Header 3
#### Header 4
##### Header 5
###### Header 6

Header 1

Header 2

Header 3

Header 4

Header 5
Header 6
Headers (Atx-style closed)
# Header 1 #
## Header 2 ##
### Header 3 ###
#### Header 4 ####
##### Header 5 #####
###### Header 6 #####

Header 1

Header 2

Header 3

Header 4

Header 5
Header 6
Blockquote
> Lorem ipsum dolor sit amet [...]
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus. Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.
Blockquote with nested elements
> ## This is a header.
> 1. This is the first list item.
> 2. This is the second list item.
>
> Here's some example code:
>
>     Markdown.generate();

This is a header.

  1. This is the first list item.
  2. This is the second list item.

Here's some example code:

Markdown.generate();
List
- Red
- Green
- Blue
+ Red
+ Green
+ Blue
* Red
* Green
* Blue
  • Red
  • Green
  • Blue
Ordered List
1. Buy flour and salt
1. Mix together with water
1. Bake
  1. Buy flour and salt
  2. Mix together with water
  3. Bake
Code Block
Normal paragraph.
    Code

Normal paragraph.

Code
Horizontal Rules
* * *



---------------------------------------






Inline Elements

CodePreview
Links
This is [an example](http://example.com "Example") link.

This link has no title attr.

This is [an example] [id] reference-style link.

[id]: http://example.com "Optional Title"

This is an example link.

This link has no title attr.

This is an example reference-style link.

Emphasis
*single asterisks*

single underscores

double asterisks

double underscores

single asterisks

single underscores

double asterisks

double underscores

Code
This paragraph has some `code` in it.

This paragraph has some code in it.

Image
![Alt Text](https://get.svg.workers.dev/?s=64&f=gray "Image Title")

Alt Text




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap