Skip to content

Commit

Permalink
Create heading-links.md
Browse files Browse the repository at this point in the history
  • Loading branch information
streats authored Feb 21, 2024
1 parent b16c14b commit a963b87
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions heading-links.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Markdown heading 1

This is stuff.

## Markdown heading 2

This is stuff within stuff.

<h1>The very first header</h1>
<h2>Now for a second header<h2>
This is some normal text.
<h1>What happens if we put another H1?</h1>
We shouldn't do this because there should only be one H1 per page, and it should be first.
<h3>Let's follow that with an H3 where we shouldn't</h3>
We might be tempted to use an H3 because it's smaller than an H2 and maybe we don't want something so big, but it means we've skipped a level which can be confusing.
<h4>But having an H4 now if totally OK</h4>
This is the next logical level, so no problems here.

0 comments on commit a963b87

Please sign in to comment.