misskey-dev / misskey

🌎 A completely free and open interplanetary microblogging platform 🚀
https://misskey-hub.net/
GNU Affero General Public License v3.0
10.15k stars 1.38k forks source link

「search」が文末に来る英文がMFMとして解釈される #12317

Open kakkokari-gtyih opened 1 year ago

kakkokari-gtyih commented 1 year ago

💡 Summary

https://misskey.io/notes/9ly34nmonx

🥰 Expected Behavior

文章として表示される

🤬 Actual Behavior

検索ボックスになる+文末の「search」という言葉が消える

📝 Steps to Reproduce

  1. 文末が「search」となる文章(ピリオドなし)を書く
  2. 本文をプレビュー

image

💻 Frontend Environment

* Model and OS of the device(s): Windows 11 22H2
* Browser: Google Chrome 118.0.5993.120 (Official Build)
* Server URL: misskey.io
* Misskey: 13.14.2-io.15a  (最新版でも動作確認済み)

🛰 Backend Environment (for server admin)

* Installation Method or Hosting Service:
* Misskey:
* Node:
* PostgreSQL:
* Redis:
* OS and Architecture:
kakkokari-gtyih commented 1 year ago

英語のパース時だけ、検索ボックスの構文を[search]に限定するほうが良さそう

futchitwo commented 1 year ago

Related to: https://github.com/misskey-dev/mfm.js/issues/122 ?