hexo/node_modules/markdown/lib/index.js

4 lines
146 B
JavaScript
Raw Normal View History

2023-10-03 11:14:36 +08:00
// super simple module for the most common nodejs use case.
exports.markdown = require("./markdown");
exports.parse = exports.markdown.toHTML;