mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-08 08:20:27 +00:00
Update codeinline.js
This commit is contained in:
parent
4e896d18a0
commit
179651a189
@ -55,4 +55,8 @@ exports.parse = function() {
|
|||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
exports.serialize = function(tree) {
|
||||||
|
return "`" + tree.children.text + "`";
|
||||||
|
}
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
Loading…
Reference in New Issue
Block a user