Add link and subtitle
This commit is contained in:
parent
19e58cacc4
commit
f86d976418
@ -1,15 +1,18 @@
|
|||||||
Markdown preview mode
|
Markdown preview mode
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
|
> **Markdown realtime preview minor mode**
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
Opens a preview in a browser, updated upon buffer save.
|
Opens a preview in a browser, updated upon buffer save.
|
||||||
|
|
||||||
Same preview window is valid across multiple markdown buffers.
|
Same preview window is valid across multiple markdown buffers.
|
||||||
Scrolls browser window to keep your editing position visible.
|
Scrolls browser window to keep your editing position visible.
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
* markdown-mode.el
|
* [markdown-mode.el](https://github.com/defunkt/markdown-mode)
|
||||||
* websocket.el
|
* [websocket.el](https://github.com/ahyatt/emacs-websocket)
|
||||||
|
|
||||||
Makes use of `markdown-mode`, which already can transform markdown into html
|
Makes use of `markdown-mode`, which already can transform markdown into html
|
||||||
and `websocket.el` to deliver html to browser.
|
and `websocket.el` to deliver html to browser.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user