The short question is:
How would I made v4 output
*.md
files as*.html
without renaming the source file*.html.md
?
I’ve been playing around with the v4 release as I’ve been thinking about moving a project. Currently I have a good amount of content in the form of topic/somefile.md
, with v3 this would render somefile.md
to somefile.html
. Now with v4 the only way I’ve been able to get this to work has been renaming the file to somefile.html.md
. What would the idea approach be to keep my current scheme with v4?