فرمت مارک داون یک روش برای نوشتن توضیحات پروژه های برنامه نویسی است که میتوانید از آن استفاده کنید.
.md or markdown files don't really support rtl languages so this template is in english!
There are 6 sizes of headers which are defended by #:
To go to a new line you have press enter
twice
Emphasis, aka italics, with asterisks or underscores.
Strong emphasis, aka bold, with asterisks or underscores.
Combined emphasis with asterisks and underscores.
Strikethrough uses two tildes. Scratch this.
You can make ordered lists by using numerical values:
- One
- Two
You can make Unordered list using asterisks *:
- one
- two
or -:
- three
or +:
- four
link syntax is the form of this is a link to google
Inline code use `` like: System.out.println()
but for a full block of code
you should use:
public static void main(args[]){
System.out.println()
}
Hyphens
Asterisks
Underscores