mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
[MFM] spinの中でflipを使えるように
This commit is contained in:
parent
37f0200bd3
commit
e4ecdc8b81
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue