mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 11:44:02 +00: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;
|