This is basically a bugfix whereby directories
were turned into a .html link. That is, if you
had a link like this dir it would
ultimately turn into dir
This fixes it so that directories can be linked to.
Basically we ensure that the filename is a markdown
file, and in that case we do alter the linked file
to be .html extension. Any other files are ignored.
This is basically a bugfix whereby directories were turned into a .html link. That is, if you had a link like this dir it would ultimately turn into dir
This fixes it so that directories can be linked to. Basically we ensure that the filename is a markdown file, and in that case we do alter the linked file to be .html extension. Any other files are ignored.
Fixes #4