UNPKG

http-server-md

Version:

A configurable HTTP server that serves markdown files rendered to HTML with markdown-it

10 lines (7 loc) 139 B
const _noop = require('lodash/noop') /** * @todo implement * @private */ const RENDER_HANDLER = _noop module.exports = RENDER_HANDLER