Skip to content

Instantly share code, notes, and snippets.

@manojd929
Created July 22, 2018 18:44
Show Gist options
  • Save manojd929/2c1ee3f713867db2605cb3a86812f3b7 to your computer and use it in GitHub Desktop.
Save manojd929/2c1ee3f713867db2605cb3a86812f3b7 to your computer and use it in GitHub Desktop.
crash course for markdown - Brad Traversy youtube video reference

Heading 1

Heading 2

Heading 4

This text is italic This text is italic

This text is strong This text is strong

This text is strikethrough



This is a quote

DCA DCA

  • Item 1
  • Item 2
  • Item 3
    • Nested Item 1
    • Nested Item 2
  1. Item 1
  2. Item 2
  3. Item 3

<p> This is a paragraph </p>

Markdown Log

  npm install
  npm start
  cd /var/vols/itom/core/suite-install/dca/output
  kubectl create -f hcm-idm.yaml
  function add(num1, num2) {
    return num1 + num2;
  }
Name Email
John Doe john@gmail.com
  • Task 1
  • Task 2
  • [] Task 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment