mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 17:46:19 +00:00
36fa41e19a
Internal links don't work yet. @natecain - have I included the node module in the right way?
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;
|