I just installed Jekyll and when I run jekyll on a directory contains some .html.md file. But it didn't convert it into .html file. Jekyll just copied th files into _site directory as is.
I added _config.yml and added
markdown: maruku
but it still doesn't convert Markdown into HTML.
What should I do more to make it work?