nhunzaker-markdown

1.2.1 • Public • Published

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

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i nhunzaker-markdown

    Weekly Downloads

    2

    Version

    1.2.1

    License

    none

    Last publish

    Collaborators

    • nhunzaker