Adding bold text (`**`) in Markdown Javadoc makes the text before the "closing" `**` disappear: ```java /// Where is my **bold text**??? public void foo() { } ``` <img width="279" height="148" alt="Screenshot 2025-11-10 at 14 24 59" src="https://github.com/user-attachments/assets/a8801dae-cc90-41ba-be57-7757bad0e314" /> Tested on 2025-12 M2 (4.38.0 M2) Build id: 20251030-0646 cc @SougandhS