LL
Size: a a a
LL
A
Aß
LV
Aß
AS
Aß
𝘎(
𝘎(
ДБ
(defun markdown-html (buffer)
(princ (with-current-buffer buffer
(format "<!DOCTYPE html><html><title>Impatient Markdown</title>
<xmp theme=\"united\" style=\"display:none;\"> %s </xmp>
<script src=\"http://strapdownjs.com/v/0.2/strapdown.js\"></script></html>"
(buffer-substring-no-properties (point-min) (point-max))))
(current-buffer)))
;; Functions - live-markdown
(defun live-markdown ()
"Enables live previes of markdown buffer"
(interactive)
(httpd-start)
(impatient-mode)
(imp-set-user-filter 'markdown-html))
𝘎(
LV
𝘎(
ДБ
𝘎(
𝘎(
𝘎(
𝘎(
𝘎(