Here is a simple footnote[^1]. ¹ ² ³ ⁴ ⁵ ⁶ ⁷ ⁸ ⁹ A footnote can also have multiple lines[^2]. [^1]: My reference. [^2]: To add line breaks within a footnote, prefix new lines with 2 spaces. This is a second line. @octocat :+1: This PR looks great - it's ready to merge! :shipit: @github/support What do you think about these updates? - [x] #739 - [ ] https://github.com/octo-org/octo-repo/issues/740 - [ ] Add delight to the experience when all tasks are complete :tada: 100. First list item - First nested list item - Second nested list item 1. First list item - First nested list item - Second nested list item - George Washington * John Adams + Thomas Jefferson This example\ Will span two lines This example Will span two lines # Section Heading Some body text of this section. Some text I want to provide a direct link to, but which doesn't have its own heading. (… more content…) [A link to that custom anchor](#my-custom-anchor-point) [Contribution guidelines for this project](docs/CONTRIBUTING.md) [Contribution guidelines for this project](docs/CONTRIBUTING.md) # Example headings ## Sample Section ## This'll be a _Helpful_ Section About the Greek Letter Θ! A heading containing characters not allowed in fragments, UTF-8 characters, two consecutive spaces between the first and second words, and formatting. ## This heading is not unique in the file TEXT 1 ## This heading is not unique in the file TEXT 2 # Links to the example headings above Link to the sample section: [Link Text](#sample-section). Link to the helpful section: [Link Text](#thisll-be-a-helpful-section-about-the-greek-letter-Θ). Link to the first non-unique section: [Link Text](#this-heading-is-not-unique-in-the-file). Link to the second non-unique section: [Link Text](#this-heading-is-not-unique-in-the-file-1). Some basic Git commands are: ``` git status git add git commit ``` Text that is not a quote > Text that is a quote Use `git status` to list all new or modified files that haven't yet been committed. > [!NOTE] > Useful information that users should know, even when skimming content. > [!TIP] > Helpful advice for doing things better or more easily. > [!IMPORTANT] > Key information users need to know to achieve their goal. > [!WARNING] > Urgent info that needs immediate user attention to avoid problems. > [!CAUTION] > Advises about risks or negative outcomes of certain actions.