Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 184 Bytes

test.md

File metadata and controls

19 lines (14 loc) · 184 Bytes

This is a header!

if awesome:
  print 'here is a codeblock'

A list

  1. Item 1
  2. Item 2
  3. Item 3
WORD="awesome"
echo "this is some ${WORD} bash"

That is all