markdown [Markdown basics] #tutorial

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown [Markdown basics] #tutorial相关的知识,希望对你有一定的参考价值。

1. The following line is bold  
**Hi, I am Bold** (\*\*Hi, I am Bold\*\*)

2. The following line is given **emphasis**  
*I am cooool.* (\*I am cooool.\*)

3. To write something on the **new line**, give two spaces and hit enter  
Yay! we are on the next line

4. Now comes the **Headline**
# What's up people?  
(# What's up people?)

5. Bit smaller **Headline**
## Don't judge me
(## Don't judge me)

6. Even smaller **Headline**
### Not so tiny, aye
(### Not so tiny, aye)

7. You can also **strikethrough** using two tildes  
~~I can never be happy :(~~  
(\~\~I can never be happy :(\~\~)

8. How can markdown be complete without **links**.  
[guess the link](https://www.google.com)

9. Next comes the **inline code**  
This line has `inline` code `callback()`

10. The **block of code**  
```python
# this is python
s = "Python syntax highlighting"
print s
```

11. > The **blockquote**  
> with the new line

12. Raw html also works.  
<strong>I am strong</strong>

13. The **horizontal ruler**  
---

14. And the **image**
![alt text](https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png "Logo Title Text 1")

15. Image with a width of 500  

<img src="http://localhost:1313/images/dexter.png" width="500">

16. Tables

atleast 3 dashs below each header is required.

Name \| Id \| City  
\--- | \--- | ---  
Girish | 4 | Nagpur  
Jai | 5 | Mumbai  

Name | Id | City
--- | --- | ---
Girish | 4 | Nagpur 
Jai | 5 | Mumbai 

以上是关于markdown [Markdown basics] #tutorial的主要内容,如果未能解决你的问题,请参考以下文章

markdown basic_install.md

markdown basic_install.md

markdown Angular_Firebase_basic

markdown basic_install.md

markdown Git Basics

markdown JS.Basics.Objects.GetAllPropertiesOfAnObject