read
- Use ` ` pair to get special format of the content inside them.
- Use double stars
**
pair to get bold formatted content. - Use
{% highlight csharp %} {% endhighlight %}
to format code. There are quite a few types of language are supported. - Use
{
%
raw
%
}
{
%
endraw
%
}
to only display common text content instead of execute the code inside them. - Use
-
to get a comment pattern. - Different number of
#
represents different level of title. - Treat user defined
<!--more-->
as the beginning of main content of the article. Before it is the abstract. - Use
{:height="150px"}
to insert and resize an image.site.url
means the base website address that can be defined in_config.yml
like this:url: "https://hanhonglei.github.io"
. - Use
[]
pair to indicate a hyperlink, follow up a()
pair with a website address inside it. Such as[Shooter](https://github.com/hanhonglei/Shooter)
- You can produce a horizontal rule tag by placing three or more hyphens, asterisks, or underscores on a line by themselves.
***
or____
Resources: