notmd
notmd

Fix #1698, also support rtl for MessageTableEntry component before  after 

https://github.com/LAION-AI/Open-Assistant/blob/4ab4821b05ba85a1d85bd6d94773cd0f0e5c452d/website/src/hooks/tasks/useGenericTaskAPI.tsx#L42 we should handle all kinds of errors instead of showing the NONE_AVAILABLE state. Maybe trigger a toast to let the user know or something.
close #1723 I also add loading state for submit and skip task
Add an item in `MessageActions` component to allow copy raw message content
Add an icon to the top right code block as Github does ``` some text ```
https://github.com/LAION-AI/Open-Assistant/blob/d897be935706fde223b0283ce198c501a329f29a/website/src/styles/globals.css#L11 We are loading font in CSS but using [next/font](https://nextjs.org/docs/basic-features/font-optimization) will improve a lot loading performance