oop
This commit is contained in:
parent
5514ff2778
commit
a8a26608b6
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ function whenYouWalking(tree, images = true, embed = true) {
|
|||
} else if (elem.s) {
|
||||
str += `~~${whenYouWalking(elem.s, images, embed)}~~`;
|
||||
} else if (elem.small) {
|
||||
str += `-# ${whenYouWalking(elem.s, images, embed)}`;
|
||||
str += `-# ${whenYouWalking(elem.small, images, embed)}`;
|
||||
} else if (elem.u) {
|
||||
str += `__${whenYouWalking(elem.u, images, embed)}__`;
|
||||
} else if (elem.ul) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue