diff --git a/README.md b/README.md index 7638186..c7f30dd 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Same preview window is valid accross multiple mardown buffers. Makes use of `markdown-mode`, which already can transform markdown into html and `websocket.el` to deliver html to browser. -## Starting preview +## Usage `M-x markdown-preview-mode` will open preview in a browser and will start `markdown-mode` if it's not yet running for current buffer. If you'v closed the preview window, you can start it over with `M-x markdown-preview-open-browser`. All websockets will be cleaned up on emacs termination. If you'd like to perform cleanup manually run `M-x markdown-preview-cleanup`. @@ -32,6 +32,6 @@ Select your browser from `Value menu`. If it's not there, follow [EmacsWiki: Bro ## Theme -[Solarized-dark](https://github.com/thomasf/solarized-css) +[Solarized-dark](http://thomasf.github.io/solarized-css/) ## El-get recipe included diff --git a/markdown-preview-mode.el b/markdown-preview-mode.el index 1e4bca2..0a6809e 100644 --- a/markdown-preview-mode.el +++ b/markdown-preview-mode.el @@ -1,11 +1,11 @@ -;;; markdown-preview-mode.el --- markdown realtime preview. +;;; markdown-preview-mode.el --- markdown realtime preview minor mode. ;; Copyright (C) 2014 ;; Author: Igor Shymko ;; URL: https://github.com/ancane/markdown-preview-mode ;; Keywords: markdown, preview -;; Package-Requires: ((websocket "1.3")) +;; Package-Requires: ((websocket "1.3") (markdown-mode "2.0")) ;; This file is not part of GNU Emacs. diff --git a/preview.html b/preview.html index 0a3eb8f..f7f26f3 100644 --- a/preview.html +++ b/preview.html @@ -4,7 +4,7 @@ Markdown preview - +