UNPKG

markdown-folder-to-html

Version:

Convert a folder with files and markdown documents to an HTML site

6 lines (4 loc) 122 B
import mdR from "./markdown-regex"; export default function mdUrl(file: string) { return file.replace(mdR, ".html"); }