Extra spaces within text

You could also put a named wrap around your report and apply CSS to that:

I find this easiest in the Markdown composer:

[wrap=game-report]

Duranium: 374,100 1.00

Neutronium: 121,600 0.60

Corbomite: 148,400 0.90

...etc.

[/wrap]

Add your custom CSS:

[data-wrap="game-report"] {
    word-spacing: 1em;
}

Result:

2 Likes