Markdown Brief description of source code

Source: Internet
Author: User

# #markdown
# # #什么是markdown:
     Markdown is a markup language that can be written using an ordinary text editor, which can have a certain format for normal text content with simple markup syntax.
   Markdown has a series of derivative versions that extend the functionality of markdown (such as tables, footnotes, embedded HTML, and so on) that the original markdown does not yet have, allowing Markdown to be converted into more formats, such as Latex,docbook. Markdown enhanced version of the more famous have markdown Extra, Multimarkdown, Maruku and so on. These derivative versions are either based on tools such as Pandoc, or based on web sites, such as GitHub and Wikipedia, which are syntactically basic compatible, but have some changes in syntax and rendering effects.
# # #markdown的宗旨:
Markdown's goal is to achieve "easy to read and write"
HTML is a published format, and Markdown is a form of writing. The format syntax for Markdown only covers the range that plain text can cover.
# # #markdown使用:
Emphasis: * Emphasis on text *
Paragraph:<p> paragraph <b>b bold </b> <i>i italic </i> <u>u underline </u> <del>del strikethrough </del> <a href= "http://www.baidu.com" > Baidu links </a> </p>
Test span:<span> Test Span</span>
<cite> Document Applications </cite> &copy; Copyright symbols
Special characters:< &lt; & &amp;
**love** __love__ _love_ *love*
# # #h1-h6 font:
# h1
# # H2
# # H3
# # # H4
##### h5
###### h6
# # #如何引用和嵌套:
> References
> here can also only add ">" after the first line is not added


> Nesting 1
> > Nesting 2
> > > Nesting 3
> > >> Nesting 4



# # #列表元素:

<ul > <li> Bird </li> <li> McHale </li> <li> Parish </li> </ul>
<ol start= "1" > <li> Bird </li> <li> McHale </li> <li> Parish </li> </ol>

* Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
Aliquam hendrerit mi posuere lectus. Vestibulum Enim Wisi,
Viverra nec, Fringilla in, Laoreet Vitae, Risus.
* Donec sit amet nisl. Aliquam semper ipsum sit amet velit.
Suspendisse ID sem consectetuer libero luctus adipiscing.

# # #预处理:
<pre> pretreatment
Format </pre>
# # #代码插入法:
Use ' printf () ' Functioon
<code>
\ #this is a section of Python code
Import NumPy as NP
Def numpytest ():
&emsp;&emsp;&emsp;&emsp;num=np.arange (0,10,2)
&emsp;&emsp;&emsp;&emsp;print (num)
Numpytest ()

</code>
# # #如何插入一条线:
***
---___*** can draw a line
---

___

* +-can be used as a list marker

# # #链接:
In-line:
[Link text] (http://www.baidu.com)
[Link Local] (/c:/markdown.jpg)
LINK Type:
This was [an example] [ID] reference-style link.
[ID]: http://example.com/"Optional Title Here"
[Ann] []
[Ann]:http://www.anan.org

# # #图片插入法:
! [Alt text] (/c:/markdown.jpg)
! [Alt text] [ID]
[id]:/c:/markdown.jpg "Optional title attribute"
# # #以下符号前面添加反斜杠 \ To help insert normal symbols:
\ Backslash
' Anti-quote
* Asterisk
_ Bottom Line
{} curly Braces
[] square brackets
() brackets
# Well font size
+ Plus
-Minus
. English period
! Exclamation

# # #在markdown中添加一个表格:

<table>
<tr>
<td>1.1</td>
<td>1.2</td>
</tr>
<tr>
<td>2.1</td>
<td>2.2</td>
</tr>
</table>


Markdown Brief description of source code

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.