Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 724 Bytes

markdown_file.md

File metadata and controls

35 lines (20 loc) · 724 Bytes

Text, Regular, Emphasized, & bolded:

  1. This is regular text

  2. This is emphasized text (using one asterick)

  • (This one too! - using one underscore)
  1. This is bolded text (using 2 astericks)
  • (and this also! - using 2 underscores)

Headings:

An H1 heading (using 1 hashsign)

An H2 heading (using 2 hashsigns)

An H3 heading (using 3 hashsigns)

An H4 heading (using 4 hashsigns)

An H5 heading (using 5 hashsigns)
An H6 heading (using 6 hashsigns)

How to code (Inline & Block):

This is a inline coding example (contained within these: ` backticks `)

This entire thing
is a "code block" example
(contained within these: ``` 3 backticks ```)