mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04: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;
|