Emacs lisp to preview markdowned text with browser using Github markdown render API.
- Emacs 23 or higher.
- Browser (Tested on Firefox and Chrome for Linux).
$ git clone https://github.com/alpha22jp/github-markdown-preview.el.gitThen, add the directory you put this package to load-path of your Emacs like below.
(add-to-list 'load-path
(expand-file-name "~/foo/bar/github-markdown-preview.el"))Then add the following line to your Emacs setup file.
(require 'github-markdown-preview)M-x github-markdown-preview during editing markdwoned text file.
- For Firefox, need to reload window when the preview file is already opened on the browser.
version 0.1.0
- Initial release