Move md functions to sbt
This commit is contained in:
parent
0b9abc2d4a
commit
ffbc5a0cdf
1 changed files with 0 additions and 8 deletions
|
@ -42,14 +42,6 @@
|
|||
("Personal emacs dot files." "In Active Development" "Emacs Lisp")
|
||||
"https://code.metalisp.dev/marcuskammer/emacs.d")))
|
||||
|
||||
(defun md-to-html-string (markdown-string)
|
||||
(with-output-to-string (s)
|
||||
(3bmd:parse-string-and-print-to-stream markdown-string s)))
|
||||
|
||||
(defun md-file-to-html-string (input-file)
|
||||
(with-output-to-string (s)
|
||||
(3bmd:parse-and-print-to-stream input-file s)))
|
||||
|
||||
(unless (uiop:directory-exists-p #P"public/")
|
||||
(uiop:ensure-all-directories-exist '(#P"public/")))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue