Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 369 Bytes

md_tutorial.md

File metadata and controls

31 lines (19 loc) · 369 Bytes

Heading 1

Heading 2

Heading 3

Heading 4

Italic

Bold

Bold Italic

Bold Italic

Link to md tutorial

python code

end


Comment the backtick sign

This sign ~ is called a tilda

for i in range(6):
  print(i)

This is a cat