First, let me say - I love markdown. Truly love it. It's simple, it's elegant, it's sexy, it's everything I wish for in a markup language. If I could, I'd propose to it :)
So far I've been using it in a very nice and simple way, Vim + python-markdown = fast preview in my browser of choice.
But, it has one drawback ... the css sheet is hardcoded somewhere inside the plugin, and I can't change it. Note: I know zero python, or something very close to it.
Is there a markdown to -various formats- plugin that lets you specify a css page to use, so that I could have several and create several versions of the same document using the one I wish at that time?
It would go something like
markdown my-document-in.markdown css-sheet.css cool-looking-document.html