jointrashposs/content/en/.docs-legacy/features/mfm.md
2023-07-11 23:48:17 +09:00

1.3 KiB

description
MFM is a dedicated markup language that can be used in various places on Misskey.

MFM

MFM, which stands for Misskey Flavoured Markdown, is a dedicated markup language that can be used in various places on Misskey.

:::tip Some of the syntax is compatible with Markdown. :::

examples of where misskey is allowed

  • note body
  • content warnings
  • user name
  • user profile

Syntax

Mentions

:::tip For more information about Mentions, see here. :::

@alice
@alice@example.com

Hashtags

:::tip For more information about hashtags, see here. :::

#misskey

Custom Emoji

:::tip For more information about custom emoji, see here. :::

:misskey:
[example link](https://example.com)

Bold

**Bold**

:::tip More available syntax can be found in the MFM cheat sheet provided by the Misskey web UI under /mfm-cheat-sheet on your instance. :::

Information for Developers

The parser implementation of MFM is available as a library, making it easier to embed MFM in your clients.