Skip to content

Commit

Permalink
Create Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NishkarshRaj authored Dec 4, 2020
1 parent 209260a commit a4efe88
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Table/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Creating Tables with Headings

### Syntax

```md
| Heading 1 | Heading 2 |
| :-: | :-: |
| r1c1 | r1c2 |
```

### Output

| Heading 1 | Heading 2 |
| :-: | :-: |
| r1c1 | r1c2 |

0 comments on commit a4efe88

Please sign in to comment.