Markdown syntax guide
This page contains examples of Markdown syntax. For more detailed descriptions of Markdown syntax—see: CommonMark help CommonMark specification. Learn Markdown Markdown Guide Headings #The following HTML <h1>—<h6> elements represent six levels of section headings. Example:# This is an H1 - Do not use - Defined by title/description front matter ## This is an H2 - added to table of contents ### This is an H3 - added to table of contents #### This is an H4 ##### This is an H5 - label ###### This is an H6 Result:This is an H2 - added to table of contents #This is an H3 - added to table of contents #This is an H4 #This is an H5 - labelThis is an H6Paragraphs #Paragraphs are separated by empty lines.