Don't lose indentation in highlighting blocks

Authored by mwolff on Mar 9 2020, 8:37 AM.

Description

Don't lose indentation in highlighting blocks

Replace spaces with   to ensure that the HTML highlighter
doesn't merge consecutive spaces into one. This way, a message of
the following form keeps its step-like pattern at the beginning:

|  |
 | |
  ||
`

Without this patch, it would look like this instead:

| |
 | |
 ||

Details

Committed
mwolffMar 9 2020, 8:37 AM
Parents
R865:969d77e1d4ca: Show active users.
Branches
Unknown
Tags
Unknown