mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-26 03:51:14 -08:00
Internal links don't work yet. @natecain - have I included the node module in the right way?
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;
|