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