dave-kennedy / clean-html

HTML cleaner and beautifier for Node
The Unlicense
47 stars 10 forks source link

No hanging indent #6

Closed dave-kennedy closed 7 years ago

dave-kennedy commented 7 years ago

Example input:

    <meta property="og:description" content="DuckDuckGo is the search engine that doesn't track you. We protect your search history from everyone – even us!">

Expected output:

    <meta property="og:description" content="DuckDuckGo is the search engine that doesn't track you. We protect your
        search history from everyone – even us!">

Actual output:

    <meta property="og:description" content="DuckDuckGo is the search engine that doesn't track you. We protect your
    search history from everyone – even us!">