mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 21:59:16 +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))) #\`)))
|
(e-fnc (+ s-fnc (index-of (string->list (substring line (+ 0 s-fnc) (string-length line))) #\`)))
|
||||||
(fnc (substring line s-fnc e-fnc)))
|
(fnc (substring line s-fnc e-fnc)))
|
||||||
(string-append
|
(string-append
|
||||||
"[`" fnc "`](" file "#" fnc ")")))
|
"- [`" fnc "`](" file "#" fnc ")")))
|
||||||
|
|
||||||
;(display (convert-line line))
|
;(display (convert-line line))
|
||||||
(define (loop)
|
(define (loop)
|
||||||
|
|
Loading…
Add table
Reference in a new issue