an example how FormattableString could be used to make nested Pastels work.
Unfortunately, this could not be implemented as extension methods, because you can't really have extension methods on FormattableString. :(
This PR is not intended to "look good" yet... it's just a working example of how #6 could be fixed.
an example how FormattableString could be used to make nested Pastels work. Unfortunately, this could not be implemented as extension methods, because you can't really have extension methods on FormattableString. :(
This PR is not intended to "look good" yet... it's just a working example of how #6 could be fixed.