mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Include leading bullet
This commit is contained in:
parent
15b1bdf2a1
commit
e9b83c06c6
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue