Open bartjakobs opened 2 years ago
In the Inky editor (or any code editor), text is formatted in monospaced. When compiling, all the formatting (like whitespaces / newlines to divide paragraphs) is removed.
This would be less helpful than you might think: ink tends to generate quite a lot of blank newlines during processing.
You can enforce whitespace using a tag in either JS or Unity.
Message ID: @.***>
In the Inky editor (or any code editor), text is formatted in monospaced. When compiling, all the formatting (like whitespaces / newlines to divide paragraphs) is removed.