mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-28 14:58:09 +09:00
[MFM] spinの中でflipを使えるように
This commit is contained in:
parent
37f0200bd3
commit
e4ecdc8b81
@ -149,6 +149,7 @@ const mfm = P.createLanguage({
|
||||
P.regexp(/<spin>(.+?)<\/spin>/, 1)
|
||||
.map(x => createTree('spin', P.alt(
|
||||
r.emoji,
|
||||
r.flip,
|
||||
r.text
|
||||
).atLeast(1).tryParse(x), {})),
|
||||
//#endregion
|
||||
|
Loading…
Reference in New Issue
Block a user