joppuyo / html-markup-indenter
Indents the HTML markup output by WordPress
Installs: 145
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Type:wordpress-plugin
This package is auto-updated.
Last update: 2024-11-16 04:12:52 UTC
README
Don't you just hate it when your beautiful HTML markup is mangled by a templating language? (I'm looking at you, Timber)
Use this plugin to indent the HTML markup output by WordPress using the Dindent library. It only does its thing when you are not logged in.
Requirements
- PHP 5.3 or greater
- Mbstring extension
Installation
Composer (with Bedrock)
composer require joppuyo/html-markup-indenter
Classic
- Upload the plugin folder to the /wp-content/plugins/ directory
- Activate the plugin through the Plugins menu in WordPress