-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Teddy should remove whitespace created when indenting/formatting Teddy tags #357
Comments
I think the solution here is to trim the beginning and end of the string with respect to the parent element. |
It may not be posible to fix this elegantly because it would require automatically trimming whitespace before and after the text within the |
closes rooseveltframework#412 closes many unreported bugs wrote a test for rooseveltframework#404 wrote a test for rooseveltframework#357 but upon further investigate now consider it a wontfix
- Closed rooseveltframework#412 - Closed rooseveltframework#418 - Closed many unreported bugs. - Wrote a test for rooseveltframework#404 - Wrote a test for rooseveltframework#357 but upon further investigation now consider it a wontfix. - Various dependencies bumped.
This can create unexpected whitespace when you do something like this for example
This will render a text area with 4 spaces and then the
Some text here
because it renders the spaces due to the if statement in this case.The text was updated successfully, but these errors were encountered: