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

pug Deprecated pretty #2582

Merged
merged 1 commit into from Jan 30, 2019
Merged

pug Deprecated pretty #2582

merged 1 commit into from Jan 30, 2019

Commits on Jan 27, 2019

  1. pug Deprecated pretty

    
    see https://pugjs.org/api/reference.html#options
    
    pretty: boolean | string
    
    [Deprecated.] Adds whitespace to the resulting HTML to make it easier for a human to read using '  ' as indentation. If a string is specified, that will be used as indentation instead (e.g. '\t'). We strongly recommend against using this option. Too often, it creates subtle bugs in your templates because of the way it alters the interpretation and rendering of whitespace, and so this feature is going to be removed. Defaults to false.
    miewx committed Jan 27, 2019
    Copy the full SHA
    727bf1a View commit details
    Browse the repository at this point in the history