Support compound file extensions. Fix #2780

Before this commit, the file extension matcher could not match compound
file extensions; e.g., '.md.html' would match `.html`
This commit is contained in:
Holden Nelson 2020-10-29 12:21:47 -06:00
commit d44d27f093
3 changed files with 16 additions and 1 deletions

3
RELEASE.md Normal file
View file

@ -0,0 +1,3 @@
Release type: minor
Support matching compound file extensions for custom readers; e.g., `.md.html`