css from cdn
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user