### Description If you create an example comment like this: ```> this is a test comment ``` Then then comment is stored, can be retrieved by the API, but us hidden in the webui: <img width="1007" alt="Image" src="https://github.com/user-attachments/assets/756546ba-ab91-4be3-8296-c6ae23fa6995" /> <img width="999" alt="Image" src="https://github.com/user-attachments/assets/d348a3e0-fce3-4e94-8f28-53cd6cc6c64c" /> It's apparently being hidden by the `tw-hidden` class: ``` <div id="issue-6264-raw" class="raw-content tw-hidden">> this is a test comment</div> ``` This can be verified here: https://demo.gitea.com/jonasrosland/testrepo/issues/1 ### Gitea Version 1.23.5 ### Can you reproduce the bug on the Gitea demo site? Yes ### Log Gist _No response_ ### Screenshots _No response_ ### Git Version _No response_ ### Operating System _No response_ ### How are you running Gitea? Using the default docker compose file ### Database None