hexo/node_modules/markdown/lib/index.js

4 lines
143 B
JavaScript
Raw Normal View History

2023-09-25 15:58:56 +08:00
// super simple module for the most common nodejs use case.
exports.markdown = require("./markdown");
exports.parse = exports.markdown.toHTML;