From 67f4a3639b88eb3f857113dd094d35836b8f04f4 Mon Sep 17 00:00:00 2001 From: Theron Stewart <93939361+vudu13@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:28:24 -0700 Subject: [PATCH] Update index.md Added examples of headers --- index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/index.md b/index.md index e69de29..2830e8b 100644 --- a/index.md +++ b/index.md @@ -0,0 +1,8 @@ +# This is a header line using h1. +## This is h2 +### This is h3 +#### This is h4 +##### This is h5 +###### This is h6 + +Added examples of headers