From a963b873603838b1c6aab19fe7b772e496e56f93 Mon Sep 17 00:00:00 2001 From: Annie Streater <12902836+streats@users.noreply.github.com> Date: Wed, 21 Feb 2024 14:26:58 +0000 Subject: [PATCH] Create heading-links.md --- heading-links.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 heading-links.md diff --git a/heading-links.md b/heading-links.md new file mode 100644 index 0000000..4dc8f77 --- /dev/null +++ b/heading-links.md @@ -0,0 +1,17 @@ +# Markdown heading 1 + +This is stuff. + +## Markdown heading 2 + +This is stuff within stuff. + +

The very first header

+

Now for a second header

+This is some normal text. +

What happens if we put another H1?

+We shouldn't do this because there should only be one H1 per page, and it should be first. +

Let's follow that with an H3 where we shouldn't

+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. +

But having an H4 now if totally OK

+This is the next logical level, so no problems here.