I have a README.md file in my source directory. When I build, I want the file to stay in markdown format rather than html.
I used
ignore 'README.md'
in my config.rb - but that simply takes it out of the build.
Thank for any help - and for middleman, it is really great.