Skip to content

Decoded URLの認識ができない #159

@saschanaz

Description

@saschanaz

例えば 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: "ウィキペディア" } }
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions