Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Marbles/statamic-spaceless

Repository files navigation

Spaceless - Remove whitespaces between HTML tags.

Software License

Installation

Download or clone the repository, rename the folder to Spaceless then copy the folder to your site's Addons directory, then refresh the add-ons to install the dependencies.

php please addons:refresh

Usage

Use the tags around the html where you want whitespace removed

 {{ spaceless }}
      <div>
          <strong>foo</strong>
      </div>
 {{ /spaceless }}

The output will be

<div><strong>foo</strong></div>

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

About Marbles

Marbles is a digital communication agency based in Antwerp, Belgium. Learn more about us on our website.

License

The MIT License (MIT). Please see License File for more information.

About

Remove whitespaces between HTML tags.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages