mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-15 04:22:25 +03:00
4 lines
143 B
JavaScript
4 lines
143 B
JavaScript
|
// super simple module for the most common nodejs use case.
|
||
|
exports.markdown = require("./markdown");
|
||
|
exports.parse = exports.markdown.toHTML;
|