Skip to content

alpha22jp/github-markdown-preview.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

github-markdown-preview.el

Emacs lisp to preview markdowned text with browser using Github markdown render API.

Requirements

  • Emacs 23 or higher.
  • Browser (Tested on Firefox and Chrome for Linux).

Installation

Manually

$ git clone https://github.com/alpha22jp/github-markdown-preview.el.git

Then, 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)

Usage

M-x github-markdown-preview during editing markdwoned text file.

Known issues

  • For Firefox, need to reload window when the preview file is already opened on the browser.

History

version 0.1.0

  • Initial release

About

Emacs lisp to preview markdowned text with Github markdown render API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published