summaryrefslogtreecommitdiff
path: root/src/mfm/to-string.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/mfm/to-string.ts')
-rw-r--r--src/mfm/to-string.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mfm/to-string.ts b/src/mfm/to-string.ts
index a6e2a9916c..6b8dcf2c39 100644
--- a/src/mfm/to-string.ts
+++ b/src/mfm/to-string.ts
@@ -52,6 +52,10 @@ export function toString(tokens: MfmForest | null, opts?: RestoreOptions): strin
return `<twitch>${appendChildren(token.children, opts)}</twitch>`;
},
+ shake(token, opts) {
+ return `<shake>${appendChildren(token.children, opts)}</shake>`;
+ },
+
flip(token, opts) {
return `<flip>${appendChildren(token.children, opts)}</flip>`;
},