Markdown with vim

Source: Internet
Author: User
Software installation:
  1. Python-2.7.2.msi

    Python for Windows, which is installed in the C: \ python27 directory by default.

  2. Markdown-2.0.win32.exe

    Follow the default installation path.

  3. Gvim73.exe

    Vim editor for Windows, which can be installed by default

Gvim command for converting markdown files to HTML files
Copy the following command to your _ vimrc file: nnoremap <F8> :! CMD/c: \ python27 \ Python c: \ python27 \ scripts \ markdown. py %: t-e Chinese >%: r.html <CR> noremap \ E :! CMD/C start./%: r.html <CR>
Use gvim to convert markdown files to HTML files
  1. Create a readme. md File
  2. Write content according to markdown syntax
  3. Save files
  4. Generate a readme.html file by f8seconds
  5. Input \ emeto open readme.html
Markdown syntax description (Simplified Chinese Version) view
Related Article

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.