Skip to content

Commit

Permalink
Merge pull request #4 from alishakodibagkar/add-lists-emphasis
Browse files Browse the repository at this point in the history
A few of your favorite things
  • Loading branch information
alishakodibagkar authored Aug 18, 2020
2 parents f6104c1 + fa49a4a commit c8b004a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _includes/04-lists.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
* These are
* a few of
* my favorite
* things
* raindrops on roses
* whiskers on kittens
3 changes: 3 additions & 0 deletions _includes/05-emphasis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*I can use italics*
**And bold**
**_I'm cool_**
7 changes: 7 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@ layout: default

{% include 03-links.md %}

<br>

{% include 04-lists.md %}

<br>

{% include 05-emphasis.md %}

0 comments on commit c8b004a

Please sign in to comment.