mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 17:10:29 +00:00
parent
5f68f411c8
commit
a11a4de6af
@ -784,6 +784,7 @@ Options include:
|
||||
_canonical_uri: optional string of the canonical URI of this content
|
||||
*/
|
||||
exports.parseText = function(type,text,options) {
|
||||
text = text || "";
|
||||
options = options || {};
|
||||
// Select a parser
|
||||
var Parser = $tw.Wiki.parsers[type];
|
||||
|
Loading…
Reference in New Issue
Block a user