mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2025-01-05 05:25:06 +03:00
3 lines
143 B
JavaScript
3 lines
143 B
JavaScript
// super simple module for the most common nodejs use case.
|
|
exports.markdown = require("./markdown");
|
|
exports.parse = exports.markdown.toHTML;
|