I don't know that much about markdown, and I know there are many different flavours.  pandoc can make use of title, author, and date info in a markdown file -- from what i cna tell, it expects a "title block atthe head of a file (http://pandoc.org/README.html#extension-pandoc_title_block)

% author
% title
% date

I have a simple, inadequate patch to ox-md-template that inserts this info. It's a start maybe for a better patch?

m