1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-05 23:10:28 +00:00

Update codeinline.js

This commit is contained in:
lin onetwo 2024-07-29 23:23:47 +08:00
parent 4e896d18a0
commit 179651a189

View File

@ -55,4 +55,8 @@ exports.parse = function() {
}];
};
exports.serialize = function(tree) {
return "`" + tree.children.text + "`";
}
})();