mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-25 10:19:07 +01:00
1.3 KiB
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:
Links
[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.
- misskey-dev/mfm.js - parser implementation in JavaScript