1.2.1 • Published 8 years ago

nhunzaker-markdown v1.2.1

Weekly downloads
20
License
-
Repository
-
Last release
8 years ago

My markdown generator

This script generates nice looking, client-friendly markdown documents. Here's how I have it configured:

First, install the required JavaScript packages with npm:

cd ~/path/to/this/script
npm install

While that installs, set up markdown-mode, with the following settings:

;; Shells out to a provided command with the buffer as stdin
(setq-default markdown-command "node ~/path/to/script")
;; Properly decode special typographic characters
(setq-default markdown-content-type "utf-8")

Finally, run the markdown-preview interactive Emacs command:

(markdown-preview)

And voilà!

Preview

1.2.1

8 years ago

1.2.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago