Include leading bullet

This commit is contained in:
Justin Ethier 2016-09-28 17:36:23 -04:00
parent 15b1bdf2a1
commit e9b83c06c6

View file

@ -34,7 +34,7 @@
(e-fnc (+ s-fnc (index-of (string->list (substring line (+ 0 s-fnc) (string-length line))) #\`)))
(fnc (substring line s-fnc e-fnc)))
(string-append
"[`" fnc "`](" file "#" fnc ")")))
"- [`" fnc "`](" file "#" fnc ")")))
;(display (convert-line line))
(define (loop)