Replies: 3 comments 6 replies
-
とりあえず元でも出した事例を出します。
が
と表示されてしまい、意図した顔文字になりません |
Beta Was this translation helpful? Give feedback.
4 replies
-
具体的なケースは忘れたけど _ によるイタリックも誤判定されやすいわね |
Beta Was this translation helpful? Give feedback.
2 replies
-
ある程度コードブロック使えばいいって話ではあるけど、直前/直後が: && その:が絵文字じゃないときに除外とかで避けられそうな気はする |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
><
が引用となってしまうなど、意図せずMFM が適用されてしまって困るパターンや、意図しているのに適用されないを収集したいです。目的
注意
\
でエスケープするか、```
で囲うなど適宜 Markdown にならないようにしてください。I would like to collect patterns that are unintentional application and unintentional non-application of MFM, such as the
><
.Objective
Notes.
\
or enclosing it in```
.Beta Was this translation helpful? Give feedback.
All reactions