Giter VIP home page Giter VIP logo

github-markdown-kitchen-sink's 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

github-markdown-kitchen-sink's People

Contributors

adamschwartz avatar jl2210 avatar

Watchers

 avatar  avatar

Forkers

bldizmi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.