iantrich / text-divider-row

🗂 Text Divider Row
MIT License
104 stars 13 forks source link

Allow multiple sequential spaces #30

Open bigmak40 opened 2 years ago

bigmak40 commented 2 years ago

It would be nice if multiple spaces could be rendered in a row. Right now, only one space is displayed and subsequent spaces are ignored.

Example yaml: text: S A M P L E     T E X T

Currently displays as: S A M P L E T E X T

Recommended display: S A M P L E     T E X T