Skip to content

nvn0/MarkdownSyntax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

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 [email protected]

Images:

Markdown logo

About

Markdown syntax notes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published