Skip to content

apwinter2020/md_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

AP project description

فرمت مارک داون یک روش برای نوشتن توضیحات پروژه های برنامه نویسی است که میتوانید از آن استفاده کنید.

.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 #:

H1

H2

H3

H4

H5
H6
after these hash-tags(#) you have put an extra space!

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.

Lists

You can make ordered lists by using numerical values:

  1. One
  2. Two

You can make Unordered list using asterisks *:

  • one
  • two

or -:

  • three

or +:

  • four

Links

link syntax is the form of this is a link to google

Images

alt text

Code

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()
    }

Lines


Hyphens


Asterisks


Underscores

About

MD template for project description

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published