Skip to content

Latest commit

 

History

History
113 lines (70 loc) · 1.28 KB

File metadata and controls

113 lines (70 loc) · 1.28 KB

Markdown Syntax

Note: There are different variants of markdown depending on the platform (Github, vs code, Obsidian notes, etc.)


Normal Text


Header 1

Header 2

Header 3

Header 4

Header 5
Header 6

italic text 1

italic text 2

line above words

bold text 1

bold text 2

bold text 3

X2

Y2

Latex in MD: $\Phi^{2} + x = 3$


red green blue yellow

Note: colors don't work on github

line break.
line break with double space at the end.
line break. /


link

"Quote"

- Random guy

  • item 1
  • item 2
  • item 3
  • item
  • item
    • item 3
  1. item 1
  2. item 2
  3. item 3
  • task 1
  • task 2
  • task 3

use for loop

def main()
	print("This is python code code")
	
main()

Tables:

Name Email
John Doe john@mail.com

Images:

Markdown logo