Hi guys,
I always hated that I have to add a filetype extension like .markdown or whatever. It would be nice if there was another way to detect the filetype, and just call the file README.
I just thought of a way to do this where nobody loses.
I often symlink my README.md file to a file call doc/my-project.md. And you guys render that as markdown. Great!
Since it's a symlink you can get the extension from the referent file (doc/whatever.ext) and I can call the file just README!