Markdown Preview-Quick Start

Source: Internet
Author: User
Tags sublime text

Recently to write a document, the leader designated with Markdown. The Artifact tool, which was used twice two or three years ago, is almost forgotten.

In order to be proficient in this skill, I decided to learn it well again.

So: See the Quick Start document

。。。 30 minutes ... After reading the document found to write it again puzzled? What tools are used to write it?

so the morning searched a tool, video. Finally decided to use the usual code artifact: Sublime Text3 Add plugin is very useful.

method Source: [Markdown]sublime Markdown preview uses absolutely

Download installation
    1. Download Sublime Text 2/3
    2. Installation
Second, install the package Control
    1. Press CTRL + ' to open console
    2. Paste the code into the console and enter
    3. Restart Sublime Text 2

Import urllib2,os;pf= ' package control.sublime-package '; Ipp=sublime.installed_packages_path (); Os.makedirs (IPP) if Not os.path.exists (IPP) Else None;open (Os.path.join (IPP,PF), ' WB '). Write (Urllib2.urlopen (' Http://sublime.wbond.net /' +pf.replace (', '%20 '). Read ())

Third, install markdown Preview
    1. Press CTRL + Shift + P
    2. Enter PCI rear carriage return (Package Control:install package)
    3. Wait a minute ... ^_^
    4. Input Markdown Preview Enter
Iv. Editing
    1. Press CTRL + N to create a new document
    2. Press CTRL + Shift + P
    3. Editing a document using Markdown syntax
    4. Syntax highlighting, enter SSM after return (Set Syntax:markdown)
v. Preview the markdown document in the browser
    1. Press CTRL + Shift + P
    2. Enter MP rear carriage return (Markdown preview:current file in browser)
    3. Now you can see the document you just edited in your browser.
    4. Sublime in the following,
    5. Browser preview:
    6. Other simple and common syntax:
    7. Write code in the document ' codes in here '     between the two points means that the inline code ' some ' '     three dots indicates the inline code  block-level hyperlink [text] (link address) PS: the & in the link address To use HTML entities to represent   &        Www.baidu.com?word=kevin&time=now  to use Www.baidu.com?word=kevin &time= Now---can represent a dividing line * * The word here will be bold * *   italic *> Black Cat white cat    ----Deng Xiaoping > will be displayed as a citation table | name | age | |:---: |:---| | kevin|25| | eric|33| | tiger|25| Use | To represent a border---represents a header split: Indicates that there are two sides of the way: the Center is aligned, the other side is aligned to this side # #表示标题 # One to six represents H1 to h6 the other syntax is not listed here to see http://www.appinn.com/markdown/

        

Markdown Preview-Quick Start

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.