Skip to content

Commit

Permalink
Merge pull request #4 from jaredwhite547/add-lists-emphasis
Browse files Browse the repository at this point in the history
A few of your favorite things
  • Loading branch information
jaredwhite547 authored Mar 5, 2020
2 parents 6c8dda7 + d0a5c57 commit 12761f5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _includes/04-lists.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
1. Item 1
2. Item 2
3. Item 3
1. Item 3a
2. Item 3b
7 changes: 7 additions & 0 deletions _includes/05-emphasis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
*This text will be italic*
_This will also be italic_

**This text will be bold**
__This will also be bold__

_You **can** combine them_
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 12761f5

Please sign in to comment.