Skip to content
Yiyi Wang edited this page Mar 19, 2017 · 12 revisions

Markdown Preview Enhanced

One of the 'BEST' markdown preview extensions for Atom editor!

intro

Installation

Install from atom

Open atom editor, open Settings, click Install, then search markdown-preview-enhanced.
After installation, you must restart atom to take effects.

screen shot 2017-03-19 at 4 07 16 pm

Install from terminal

Open terminal, then run the following command:

apm install markdown-preview-enhanced

Install from github

  • clone this project.
  • cd to the downloaded markdown-preview-enhanced folder. Run npm install command. Then run apm link command.
cd the_path_to_folder/markdown-preview-enhanced
npm install
apm link # local installation

For developer

apm develop markdown-preview-enhanced
  • Open markdown-preview-enhanced folder in Atom Editor from View->Developer->Open in Dev Mode...
  • Then you can modify the code. Every time after you update the code, you need to cmd+shift+p then choose Window: Reload to reload the package to see the update.

Clone this wiki locally