Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 02e583e

Browse files
authored
Merge pull request #34 from amyschoen/patch-2
Fixing rendering
2 parents b2f3361 + d40d380 commit 02e583e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

responses/09-add-links.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ Hyperlinks allow people to navigate through pages on the web. Links are achieved
1212

1313
{% if GHE_HOST %}
1414
https://pages.{{ GHE_HOST }}/{{ user.login }}/{{ repo }}
15-
```html
15+
```
1616
<li><a href="https://{{ GHE_HOST }}">This is a link to GitHub!</a></li>
1717
```
1818
{% else %}
19-
```html
19+
```
2020
<li><a href="https://github.com">This is a link to GitHub!</a></li>
2121
```
2222
{% endif %}
@@ -34,11 +34,11 @@ Apply this suggested change, or follow the instructions below if you'd like to t
3434
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 `<a>` tag with `href` attribute with your favorite site's URL, the name of the site inside the anchor tag, and a closing anchor `</a>` tag. Here is an example of a list item with a link:
3535

3636
{% if GHE_HOST %}
37-
```html
37+
```
3838
<li><a href="https://{{ GHE_HOST }}">This is a link to GitHub!</a></li>
3939
```
4040
{% else %}
41-
```html
41+
```
4242
<li><a href="https://github.com">This is a link to GitHub!</a></li>
4343
```
4444
{% endif %}
@@ -47,4 +47,4 @@ Apply this suggested change, or follow the instructions below if you'd like to t
4747
2. Click on **Commit changes**.
4848

4949
<hr>
50-
<h3 align="center">I'll respond when I detect you've committed in this pull request.</h3>
50+
<h3 align="center">I'll respond when I detect you've committed in this pull request.</h3>

0 commit comments

Comments
 (0)