Skip to content
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

Fix: Remove extra indents on included partials #5

Merged
merged 1 commit into from
Jul 17, 2023
Merged

Conversation

Daz3dAmuth
Copy link

The indentation feature breaks pre-formatted text in textarea, pre, code, etc tags when they are used in partials. This removes the auto-indentation for partials completely. It will make uglier output, but will make the pre-formatted tags show properly.

The biggest problem is with textarea, as every time a textarea is used the content gets more and more indented every time it is saved.

@Daz3dAmuth Daz3dAmuth merged commit 35fda43 into master Jul 17, 2023
@Daz3dAmuth Daz3dAmuth deleted the amuth/Indent branch July 17, 2023 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant