Open-Assistant
Open-Assistant copied to clipboard
Whitespace not shown properly in ranking task
In the ranking task, and possibly elsewhere, whitespace isn't rendered properly in the choices:

This also occurs in the modal:

See commit 51a1d9a which is a related fix.
Can the issue be addressed properly? I don't understand what it means...
This should be addressed by https://github.com/LAION-AI/Open-Assistant/pull/1042
This doesn't appear to be completely fixed. pre-line still collapses whitespace, so code blocks look broken:
Here is the code you asked for:
```python
def foo():
# this line should be indented
return 123
```
will render like this:

Great