From d40d38077e6dabae017f1425ebd30c0a6069ae4b Mon Sep 17 00:00:00 2001 From: Amy Schoen Date: Wed, 5 Feb 2020 16:56:00 -0600 Subject: [PATCH] Fixing rendering --- responses/09-add-links.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/responses/09-add-links.md b/responses/09-add-links.md index 7cdb8ae..f7c774d 100644 --- a/responses/09-add-links.md +++ b/responses/09-add-links.md @@ -12,11 +12,11 @@ Hyperlinks allow people to navigate through pages on the web. Links are achieved {% if GHE_HOST %} https://pages.{{ GHE_HOST }}/{{ user.login }}/{{ repo }} - ```html + ```
  • This is a link to GitHub!
  • ``` {% else %} - ```html + ```
  • This is a link to GitHub!
  • ``` {% endif %} @@ -34,11 +34,11 @@ Apply this suggested change, or follow the instructions below if you'd like to t 1. In the list you just created, add a link to each of your favorite sites to their respective URLs. You can do this by adding an opening anchor tag `` tag with `href` attribute with your favorite site's URL, the name of the site inside the anchor tag, and a closing anchor `` tag. Here is an example of a list item with a link: {% if GHE_HOST %} - ```html + ```
  • This is a link to GitHub!
  • ``` {% else %} - ```html + ```
  • This is a link to GitHub!
  • ``` {% endif %} @@ -47,4 +47,4 @@ Apply this suggested change, or follow the instructions below if you'd like to t 2. Click on **Commit changes**.
    -

    I'll respond when I detect you've committed in this pull request.

    \ No newline at end of file +

    I'll respond when I detect you've committed in this pull request.