0729 | markdown crash course


markdown Brad Traversy Hugo git footnote strikethrough

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

italic with single asterisk or use escape to show _underline_ or *asterisk*

_italic with single underscore _

bold with double asterisk

bold with double underscore

strike through

Triple underscore or hyphen for a horizontal line



this is a blockquote on multiple lines

Markdown Crash Course

Markdown Crash Course

  1. first
  2. inserted
  3. second
  4. third
inline code block

Markdown logo image

<p>paragraph</p>

For github

    function add(num1, num2) {
        return num1 + num2
    }
Name Email
fred fred@fred.com
bert bert@fred.com
ed ed@fred.com

rename this file to README.md then put it in a folder with some dummy code and put it in a new repository on github

more stuff on markdown

link found about markdown

Blackfriday

Blackfriday

Footnote

here is a go at a footnote.1

Definition list

Cat
Fluffy animal everyone likes
Internet
Vector of transmission for pictures of cats

Strikethrough

testing

Some markdown editors from the many available


  1. This is the footnote ↩︎

See Also

Breadcrumb