You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The leading spaces resulted in some odd formatting as the first line got it's leading space stripped and the second and third did not. On the one hand, this was presumably not intended here. On the other, making it impossible to create that result means you can't... achieve that result. Maybe strip leading and trailing whitespace from each line? Maybe do a textwrap.dedent instead? Or maybe it isn't that big a deal and you should just look at your resulting newsfile...
In my other projects this would have (theoretically) been caught in the initial PR that added the newsfragment as the readthedocs PR build would have run towncrier and we would have checked the formatting in the result as part of review.
So, this is documented but I'm not certain either way that this behavior should or should not be changed.
The text was updated successfully, but these errors were encountered:
#311
The leading spaces resulted in some odd formatting as the first line got it's leading space stripped and the second and third did not. On the one hand, this was presumably not intended here. On the other, making it impossible to create that result means you can't... achieve that result. Maybe strip leading and trailing whitespace from each line? Maybe do a
textwrap.dedent
instead? Or maybe it isn't that big a deal and you should just look at your resulting newsfile...In my other projects this would have (theoretically) been caught in the initial PR that added the newsfragment as the readthedocs PR build would have run towncrier and we would have checked the formatting in the result as part of review.
So, this is documented but I'm not certain either way that this behavior should or should not be changed.
The text was updated successfully, but these errors were encountered: