From a70fd4b054fc8a74669206638d26a40242da5b88 Mon Sep 17 00:00:00 2001 From: GitHub Teacher Date: Wed, 14 Feb 2018 11:21:46 -0500 Subject: [PATCH 1/3] add placeholders for lists and emphasis --- _includes/04-lists.md | 1 + _includes/05-emphasis.md | 1 + index.md | 7 +++++++ 3 files changed, 9 insertions(+) create mode 100644 _includes/04-lists.md create mode 100644 _includes/05-emphasis.md diff --git a/_includes/04-lists.md b/_includes/04-lists.md new file mode 100644 index 0000000..342ed16 --- /dev/null +++ b/_includes/04-lists.md @@ -0,0 +1 @@ +Replace this with a list of your favorite things. \ No newline at end of file diff --git a/_includes/05-emphasis.md b/_includes/05-emphasis.md new file mode 100644 index 0000000..d62844a --- /dev/null +++ b/_includes/05-emphasis.md @@ -0,0 +1 @@ +Write out some of your awesome attributes, and use emphasis (like bold or italics) to identify keywords, programming languages, or skills. \ No newline at end of file diff --git a/index.md b/index.md index a938fda..4612d1c 100644 --- a/index.md +++ b/index.md @@ -12,3 +12,10 @@ layout: default {% include 03-links.md %} +
+ +{% include 04-lists.md %} + +
+ +{% include 05-emphasis.md %} \ No newline at end of file From 7d53792c5bafee26ce7f99e22800bea2650b2030 Mon Sep 17 00:00:00 2001 From: kevindoingbizas <45861105+kevindoingbizas@users.noreply.github.com> Date: Sun, 5 Jan 2020 17:26:39 -0500 Subject: [PATCH 2/3] Update 04-lists.md --- _includes/04-lists.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/_includes/04-lists.md b/_includes/04-lists.md index 342ed16..513a71e 100644 --- a/_includes/04-lists.md +++ b/_includes/04-lists.md @@ -1 +1,13 @@ -Replace this with a list of your favorite things. \ No newline at end of file +:heart: + + +1. Item 1 +2. Item 2 +3. Item 3 + 1. Item 3a + 2. Item 3b + +* Item 1 +* Item 2 + * Item 2a + * Item 2b From c0976c5a7d9cbd0d76a2e35b0918cf2e89527bab Mon Sep 17 00:00:00 2001 From: kevindoingbizas <45861105+kevindoingbizas@users.noreply.github.com> Date: Sun, 5 Jan 2020 17:27:37 -0500 Subject: [PATCH 3/3] Update 05-emphasis.md --- _includes/05-emphasis.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/_includes/05-emphasis.md b/_includes/05-emphasis.md index d62844a..a66eb19 100644 --- a/_includes/05-emphasis.md +++ b/_includes/05-emphasis.md @@ -1 +1,7 @@ -Write out some of your awesome attributes, and use emphasis (like bold or italics) to identify keywords, programming languages, or skills. \ No newline at end of file +*This text will be italic* +_This will also be italic_ + +**This text will be bold** +__This will also be bold__ + +_You **can** combine them_