Wrap text in <pre>
This commit is contained in:
parent
cde0c15a68
commit
78119d1ef0
2
TODO.md
2
TODO.md
|
@ -150,7 +150,7 @@
|
|||
- Direct chats category
|
||||
- Markdown: don't turn #things (no space) and `thing\n---` into title,
|
||||
disable `__` syntax for bold/italic
|
||||
- `<pre>` scrollbar on overflow
|
||||
- Better `<pre>`
|
||||
- When inviting someone to direct chat, room is "Empty room" until accepted,
|
||||
it should be the peer's display name instead.
|
||||
- Animate RoomEventDelegate DayBreak apparition
|
||||
|
|
|
@ -289,6 +289,7 @@ chat:
|
|||
color code: colors.code
|
||||
|
||||
string styleSheet:
|
||||
"* { white-space: pre-wrap }" +
|
||||
"a { color: " + link + " }" +
|
||||
|
||||
"code { font-family: " + fontFamily.mono + "; " +
|
||||
|
|
Loading…
Reference in New Issue
Block a user