mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-20 20:00:33 +03:00
quoted bbcode params support, support escape backslash
This commit is contained in:
@@ -61,6 +61,10 @@ class Token {
|
||||
this.row = Number(row);
|
||||
}
|
||||
|
||||
isEmpty() {
|
||||
return !!this.type;
|
||||
}
|
||||
|
||||
isText() {
|
||||
return isTextToken(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user