Skip to content

Latest commit

 

History

History
117 lines (71 loc) · 2.24 KB

doc-test-1.md

File metadata and controls

117 lines (71 loc) · 2.24 KB

Our Guidance Doc Test

This is our 1st doc. I want to get ProjectX to write the documentation for the software/process/guidance on GitHub to see if the versioning/review process works well.

I'm creating a new branch so people can comment on this new section

fffffffffffffffffffojhewfohjefohjweofhneo;fhj;we ifhjwifjo;fjo;irevj;ohiuhWEF;Nwef;ohrg;ouhWETUIH ;hjWE EWRRKwerkpWEJFOIwhefoWEF[we ewfojwefpjepofjwejf


Markdown Cheat Sheet

Thanks for visiting The Markdown Guide!

This Markdown cheat sheet provides a quick overview of all the Markdown syntax elements. It can’t cover every edge case, so if you need more information about any of these elements, refer to the reference guides for basic syntax and extended syntax.

Basic Syntax

These are the elements outlined in John Gruber’s original design document. All Markdown applications support these elements.

Headings

H1

H2

H3

Bold

bold text

Italic

italicized text

Blockquote

blockquote

Ordered List

  1. First item
  2. Second item
  3. Third item

Unordered List

  • First item
  • Second item
  • Third item

Code

code

Horizontal Rule


Link

title

Image

Just an image: risual logo

Image with Title and Hyperlink An old rock in the desert

Extended Syntax

These elements extend the basic syntax by adding additional features. Not all Markdown applications support these elements.

Table

Syntax Description
Header Title
Paragraph Text

Fenced Code Block

{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}

Footnote

Here's a sentence with a footnote. 1

Heading ID

My Great Heading {#custom-id}

Definition List

term : definition

Strikethrough

The world is flat.

Task List

  • Write the press release
  • Update the website
  • Contact the media

Footnotes

  1. This is the footnote.