f74c05711b
As the filename extensions given by the render plugins are also used as regex for replacing them with .html to generate URIs, the dot in front of the extension was interpreted as an arbitrary character for the regex. Also, it matched in the middle of a string. Now dots get quoted and a $ added to only match at the end of the filename. Fix #16 |
||
---|---|---|
.. | ||
compiler.clj | ||
github.clj | ||
io.clj | ||
markup.clj | ||
plugins.clj | ||
rss.clj | ||
sass.clj | ||
sitemap.clj | ||
toc.clj | ||
watcher.clj |