-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
例えば https://ko.wikipedia.org/wiki/위키백과 はGitHubやMastodonではURLとして認識されますが、mfmではこうなります
[
{ type: "url", props: { url: "https://ko.wikipedia.org/wiki/" } },
{ type: "text", props: { text: "위키백과" } }
]日本語はこう https://ja.wikipedia.org/wiki/ウィキペディア
[
{ type: "url", props: { url: "https://ja.wikipedia.org/wiki/" } },
{ type: "text", props: { text: "ウィキペディア" } }
]marihachi
Metadata
Metadata
Assignees
Labels
No labels