I'm trying to use cl-markdown on SBCL/linux.
To start, I tried
# cd cl-markdown/website/source
# sbcl
cl-user> (require :cl-markdown)
cl-user> (cl-markdown:markdown #P"index.md")
This mostly works, but it complains that
Unable to find RESOURCES/HEADER.MD in any of the search-locations
Unable to find RESOURCES/FOOTER.MD in any of the search-locations
I can get past this by renaming these files to uppercase, but thought
there might be a better solution (which doesn't involve HFS). The
filenames that appear in *.md are all lowercase...
Thanks,
Daniel