ruricolist / spinneret

Common Lisp HTML5 generator
MIT License
369 stars 26 forks source link

Split cl-markdown feature into its own system #2

Closed PuercoPop closed 9 years ago

PuercoPop commented 9 years ago

The main reason is that cl-markdown and markdown.cl use the same package nickname, markdown. I think the md functionality is a nice to have, but it chosing spinneret shouldn't force you to use a particular markdown lib.

ruricolist commented 9 years ago

Forget about the slash; I think I was bikeshedding for a minute there.

I'm going to merge this, but it may not happen for a few days; I want to update the readme before I push.

PuercoPop commented 9 years ago

One can always pull the PR locally and modify it before merging.

Btw thanks for Spinneret.

ruricolist commented 9 years ago

Merged, thanks.

I did end up calling the system spinneret/cl-markdown, as I had trouble getting Quicklisp to find it.