Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes bug: paths ending with an extension were mangled to "1" The other logical branches all returned `$id` (the result of .=), but the branch for paths with the extension has ``` $id =~ s{\.\w+$}{.markdown}; ``` which returns that "match was successful" i.e. 1.
- Loading branch information