mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-23 06:20:01 +00:00
Parsers now take the type parameter
This commit is contained in:
parent
889bdbc82a
commit
3268c46458
@ -62,7 +62,7 @@ var WikiTextParser = function(options) {
|
||||
|
||||
};
|
||||
|
||||
WikiTextParser.prototype.parse = function(text) {
|
||||
WikiTextParser.prototype.parse = function(type,text) {
|
||||
this.source = text;
|
||||
this.nextMatch = 0;
|
||||
this.children = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user