标签:技术 ack github ret love ring comm tps ESS
title: Mastering Markdown
date: 2018-11-21 11:28:34
tags: markdown
comments: true
---
Markdown is a lightweight and easy-to-use syntax for styling all forms writing on the Github.com platform!
Here is an overview of MarkDown syntax that you can use anywhere on Github.com or in your own text files.
# This is an h1<h1>
## This is an h2<h2>
### This is an h3<h3>
#### This is an h4<h4>
##### This is an h5<h5>
###### This is an h6<h6>
*This text will be italic*
_This text also be italic_
**This text will be bold**
__This text will be blod__
_You **can** combine them_
This text will be italic
This text also be italic
This text will be bold
This text will be blod
You can combine them
* Item 1
* Item 2
* Item 3
1. Item1
1. Item2
1. Item3
Item3
![images](https://images.pexels.com/photos/940880/pexels-photo-940880.jpeg?auto=compress&cs=tinysrgb&h=350)
[Github.com](http://github.com)
> one
> two
> three
> four
one
two
three
four
code
code
code
if(isAwesoem) {
return true;
}
syntax heighlighting
if(isAwesome) {
return true;
}
if you ever want to direct a comment at someone, you can prefix their name with an @
symbol: Hey: @rosendolu --love your Sweater!
And of course emojj! ? : camel: ??
标签:技术 ack github ret love ring comm tps ESS
原文地址:https://www.cnblogs.com/rosendolu/p/10015613.html