An example of a markdown

Source: Internet
Author: User
Tags split
The original is here: https://bitbucket.org/ChenGuangXing/chenguangxingsblog/wiki/Markdown/MarkdownDemo.md
Level Two title (Setext) Syntax:
Title Text-I am the first level of level two title
=
Title Text-I am the second level of level two title
-
Example: title Text-I am the first level of level two title title Text-I am the second level of level two title level six title (ATX) Syntax:
# I'm the first level of level six title # # # I'm the second level of level six title # # # # # I'm the
third level of level six heading
# # # # # # # # # # # # # # I'm level fourth
##### I'm level fifth ###### I'm a six-level title
sixth level
Example: I'm the first level of level six heading. I'm the second level of level six heading. I'm level three of level six heading. I'm level fourth on level six. I'm level fifth on level six. I'm level sixth on level six. automatically generate catalogs based on level two or level six headings Syntax:
[TOC]
The TOC must be uppercase. It automatically generates a catalog of level two or level six headings in the document, where [TOC] is located. Example:Second-level heading (setext) Syntax: Example: Title text-I am the first level header text of level two headings-I am level two title, level six title (ATX) Syntax: example: I am the level six title level I is level Fourth of level six heading I am level three of level six heading I'm level six, I'm a six-level headline. Level fifth I'm level sixth of level six heading automatically generates directory syntax based on two-or six-level headings: example: Split Line Syntax: Example: Code syntax: example: Embed code syntax in a session: Example: Specifying code syntax for a language: example: Unordered list Syntax: example: Sequence table Syntax: example : Footnote Syntax: example: Italic syntax: Example: Boldface syntax: example: Black italic Syntax: example: line wrapping Syntax: example: Direct link Syntax: example: normal link Syntax: Example: Reference link Syntax: example: Picture syntax: example: Reference picture syntax: Example: Table Syntax: Example: Chunk reference blockquotes Syntax: example: Split Line Syntax:
(Blank line)
---

* * *

***

- - -
Example: Code Syntax:
"' I am the
 content of the note
 '
Example:
I am the content in the comments
embed code in a session Syntax:
A function ' printf () ' is embedded in the back, see?
Example:

A function is embedded in the back printf () see? specify code for a language Syntax:

"'
 #!python
def wiki_rocks (text):
    formatter = lambda T:" Funky "+t
    return Formatter (text)
 "
' C + +
int main () {
    printf ("Hello world!");
}
 ```
Example:
def wiki_rocks (text): formatter = lambda T: "Funky" +t Return formatter (text 

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.