0.0.1 • Published 4 months ago
gulp-md v0.0.1
gulp-md
Gulp plugin for parse ".md" files - transform markdown to html with "marked" and "DOMPurify"
sample:
import { dest, series, src, watch } from "gulp";
import markdown from "gulp-md";
// parse and sanitize markdown files (*.md -> *.html)
function parse() {
return src("src/md/*.md").pipe(markdown()).pipe(dest("src/html"));
}
export { parse };
Parsing markdown files is not easy, it's very easy
MIT License. ©2025 pasmurno by llcawc. Made with ❤ to beautiful architecture
0.0.1
4 months ago