-
-
Notifications
You must be signed in to change notification settings - Fork 521
Home
Yiyi Wang edited this page Mar 19, 2017
·
12 revisions
One of the 'BEST' markdown preview extensions for Atom editor!

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

Open terminal, then run the following command:
apm install markdown-preview-enhanced- clone this project.
-
cdto the downloaded markdown-preview-enhanced folder. Runnpm installcommand. Then runapm linkcommand.
cd the_path_to_folder/markdown-preview-enhanced
npm install
apm link # local installationapm 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+pthen chooseWindow: Reloadto reload the package to see the update.