####### Heading 7 or more is not available
Paragraph.
Sentence in next line.
Sentence in next line with
in the end.
This sentence must be in new line.
This must be next paragraph
-
You can make list with
-
.- You can nest list with space or tab.
-
You can use
*
to Italic text. -
You can use
**
to bold text. -
You can use
***
to *Italic and Bold text. -
You can use
~
todeltext. -
You can use ` to
code quote
text. -
You can quote text with
'
like 'this is test text'. -
You can quote text with
"
like "this is test text". -
You can make task with
- [ ]
(unchecked) or- [x]
(checked) -
This is checked example
- You can make numberd list with
1.
- Next line will auto inclement so, you can use
1.
too.
- You can start with any number line
4.
- But you cannot skip any numbers
- Link.
- Link with hover message.
- You can define link like:
[DEFINED_EXAMPLE]: https://example.com
.- You can call this link like
[Link][DEFINED_EXAMPLE]
: Link. - If link text is same as defined text, You can call like
[DEFINED_EXAMPLE]
: DEFINED_EXAMPLE- In this case, you can also call with
[DEFINED_EXAMPLE][]
: DEFINED_EXAMPLE
- In this case, you can also call with
- You can call this link like
- Direct link with
<>
: https://example.com.- You also can put without quote like: https://example.com
- You can make mailto with
<>
or without quote: [email protected]
Image's behavior is different between
GitHub Preview changes
andGitHub Preview
You can call image with 
.
You can call image with 
.
In this case, alt text will unset.
You can make linked image. You have to put image tag into link's text tag like [](https://example.com)
.
The image will side by sided without empty line between them.
You can make hr with 3 or more -
or *
with (or without) spaces:
---
***
example:
No Aligh | Left Align | Center Align | Right Align |
---|---|---|---|
Test | Test2 | Test3 | Test4 |
You have to make least 3 -
or :
to set align
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
You can make nested quote:
In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content. Lorem ipsum may be used as a placeholder before the final copy is available. It is also used to temporarily replace text in a process called greeking, which allows designers to consider the form of a webpage or publication, without the meaning of the text influencing the design.
-- From Wikipedia
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
with 4 space or tab in start of line
void Main(string[], args)
{
Console.WriteLine("Bonjour");
}
or quote lines with ``` or ~~~
void Main(string[], args)
{
Console.WriteLine("Bonjour");
}
You can specify language to syntax highlight
void Main(string[], args)
{
Console.WriteLine("Bonjour");
}
You can also specify file name (but ignored in GitHub Preview)
using System;
class Program {
void Main(string[], args)
{
Console.WriteLine("Bonjour");
}
}
You can write html code:
In GitHub Preview, you can not use `style` attribute.
By put space between html code, you can use Markdown format to styling. Even if in html element.