Skip to content

Instantly share code, notes, and snippets.

@easrng
Created October 26, 2023 10:18
Show Gist options
  • Save easrng/672329d7105f0056ad1e9b6318d82252 to your computer and use it in GitHub Desktop.
Save easrng/672329d7105f0056ad1e9b6318d82252 to your computer and use it in GitHub Desktop.
$[x2 **Comprehensive MFM test**]
This file uses every MFM feature as of [commit 30efd93](https://github.com/misskey-dev/misskey/blob/1d9b5ae1ba6d98cb496367d955fd691371d31f71/packages/frontend/src/components/global/MkMisskeyFlavoredMarkdown.ts). **It does not include Firefish's extensions!**
text
**bold**
~~strike~~
*italic*
$[tada tada]
$[tada.speed=3s tada.speed]
$[jelly jelly]
$[jelly.speed=3s jelly.speed]
$[twitch twitch]
$[twitch.speed=3s twitch.speed]
$[shake shake]
$[shake.speed=3s shake.speed]
$[spin spin] $[spin.left spin.left] $[spin.alternate spin.alternate]
$[spin.x spin.x] $[spin.x,left spin.x,left] $[spin.x,alternate spin.x,alternate]
$[spin.y spin.y] $[spin.y,left spin.y,left] $[spin.y,alternate spin.y,alternate]
$[spin.speed=3s spin.speed]
$[jump jump]
$[jump.speed=3s jump.speed]
$[bounce bounce]
$[bounce.speed=3s bounce.speed]
$[flip flip]
$[flip.v flip.v]
$[flip.h,v flip.h,v]
$[x2 x2]
$[x2 $[x2 x2 x2]]
$[x2 $[x2 $[x2 x2 x2 x2]]]
$[x3 x3]
$[x4 x4]
$[font.serif font.serif]
$[font.monospace font.monospace]
$[font.cursive font.cursive]
$[font.fantasy font.fantasy]
$[font.emoji font.emoji]
$[font.math font.math]
$[blur blur]
$[rainbow rainbow 🌈] $[rainbow.speed=3s rainbow.speed 🌈]
$[sparkle sparkle]
$[rotate rotate]
$[rotate.deg=45 rotate.deg]
$[position.x=1 position.x]
$[position.y=1 position.y]
$[position.x=1,y=1 position.x,y]
$[scale.x=1.3 scale.x]
$[scale.y=1.3 scale.y]
$[scale.x=1.3,y=1.3 scale.x,y]
$[scale.y=5,x=5 scale.x=5,y=5]
$[scale.y=10,x=10 scale.x=10,y=10]
$[fg.color=ff0000 fg.color]
$[bg.color=ff0000 bg.color]
<small>small</small>
<center>center</center>
https://url.example.com/
[link](https://example.com/)
@mention
#hashtag
```lang
blockCode
```
`inlineCode`
> quote
:emojiCode:
❤️
\(mathInline\)
\[mathBlock\]
search search
<plain>plain</plain>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment