#;3> (with-input-from-file "Downloads/ideas.md" (lambda () (markdown->html (current-input-port))))

Project ideas

Abandoned

#t #;4> (with-output-to-file "ideas.html" (lambda () (with-input-from-file "Downloads/ideas.md" (lambda () (markdown->html (current-input-port)))))) #t #;5> ,s cat ideas.html

Project ideas

Abandoned

0