patrickdavey / vimwiki_markdown

A gem to use for converting vimwiki markdown files to html.
MIT License
144 stars 16 forks source link

Allows directories to be linked to. #7

Closed patrickdavey closed 7 years ago

patrickdavey commented 7 years ago

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