Skip to content

Commit

Permalink
👌 IMPROVE: Markdown example
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed May 3, 2019
1 parent ccceae3 commit cfdcf30
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .markdownlint.json
Expand Up @@ -8,5 +8,6 @@
"MD022": false,
"MD024": false,
"MD013": false,
"MD003": false,
"MD033": false
}
15 changes: 15 additions & 0 deletions demo/markdown.md
Expand Up @@ -45,6 +45,11 @@ function sum( x, y ) { return x + y; }

## Markdown Syntax — Kitchen Sink


## HEADINGS

### ATX Style

# Heading #1

## Heading #2
Expand All @@ -57,6 +62,14 @@ function sum( x, y ) { return x + y; }

###### Heading #6

### SETEXT STYLE

Heading #1
==========

Heading #2
----------

## Lists

- Red
Expand Down Expand Up @@ -101,5 +114,7 @@ Retained line
1. Regular link → [Link](https://awais.dev)
2. Alternate type of link → [Alternate][link]
3. Image → ![Alt](https://awais.dev/ahmad.png)
4. Image Link → [![Alt](https://awais.dev/ahmad.png)](https://awais.dev)
5. Image Alternate Link → [![Alt](https://awais.dev/ahmad.png)][link]

[link]: https://awais.dev

0 comments on commit cfdcf30

Please sign in to comment.