Footnote test 5

main
Jesse Laprade 2020-06-09 19:28:26 -04:00
parent 14593ee3c4
commit d73652600f
1 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ typing the following line into your terminal:
ls ls
``` ```
That should "return"<sup>[1](#1)</sup> several items. For me, it returned: That should "return"<sup id="1-source"><a href="#1">1</a></sup> several items. For me, it returned:
``` ```
Desktop Downloads Documents Images Videos Music Desktop Downloads Documents Images Videos Music
@ -123,7 +123,7 @@ Desktop Downloads Documents Images Videos Music
If `ls` returned what seems to be the files or directories on your If `ls` returned what seems to be the files or directories on your
computer, then you have everything you need! computer, then you have everything you need!
<a id="1">1</a>: "return" is technical jargon used to describe how something <sup id="1"><a href="#1-source">1</a></sup>: "return" is technical jargon used to describe how something
on a computer sends data somewhere. In this case, the text on a computer sends data somewhere. In this case, the text
representing your files and directories is the data, and that text is representing your files and directories is the data, and that text is
being sent to your screen. being sent to your screen.