Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Implement 'indent' filter #174

Open
flexferrum opened this issue Oct 19, 2019 · 0 comments
Open

Implement 'indent' filter #174

flexferrum opened this issue Oct 19, 2019 · 0 comments
Labels
enhancement New feature or request hacktoberfest Issues for Hacktoberfest help wanted Extra attention is needed
Milestone

Comments

@flexferrum
Copy link
Collaborator

Implement 'indent' filter according to the jinja2 specification:

Return a copy of the string with each line indented by 4 spaces. The first line and blank lines are not indented by default.

Parameters:

  • width – Number of spaces to indent by.
  • first – Don’t skip indenting the first line.
  • blank – Don’t skip indenting empty lines.
@flexferrum flexferrum added enhancement New feature or request hacktoberfest Issues for Hacktoberfest labels Oct 19, 2019
@flexferrum flexferrum added this to the Release 1.1 milestone Oct 19, 2019
@flexferrum flexferrum added the help wanted Extra attention is needed label Oct 24, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request hacktoberfest Issues for Hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant