-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Italic text is not recognized when "/" is present inside #102
Comments
仕様通りの動作です。これはバグではありません。 |
I think it would be okay if it is - as you said - per the MFM spec (please correct me if I had it wrong since I don't know much about Japanese). Also, I can wrap italic text with I just feel it a little weird because it does not affect the bold notation: // *a/b*
[{"type":"text","props":{"text":"*a/b*"}}]
// **a/b**
[{"type":"bold","children":[{"type":"text","props":{"text":"a/b"}}]}] |
I agree that the current behaviour is very unexpected (and might thus be considered a bug). I personally consider the current behaviour for (I did not quite understand; is the MFM specification somewhere else? Where would it have to be changed, since you said that "MFM itself has to be changed". Maybe that is just my translator not working correctly.) |
@Johann150 |
Any update on this? |
@ThatOneCalculator Per marihachi, it seems to be expected rather than a bug:
A workaround is to use |
I personally disagree, as this isn't the behavior of other standard markdown parsers and confuses users. |
I join the discussion to say actual behaviour, I described into #134, it's confusing for people writing Latin / European languages. Although in this repository I want to note that since 2021/09 the Misskey.io Wiki Pages are claiming MFM is Markdown For Misskey, and not a different thing, for example Markup For Misskey. This is the origin of confusion. Since the beginning, people expect to have markdown into Misskey. At least a basic subset, made of bold, oblique, links and quote. (No support for bullet / numbered lists) So I end up asking for oblique text rendering to be fixed. Please. |
The Firefish project will be addressing this in libmfm |
That software can't be used in this project because is lacking of a free software license compatible with AGPLv3. |
The idea is it to be an alternative implementation to mfm.js. |
*a*
*a/n*
*a/n*
The text was updated successfully, but these errors were encountered: