Documentation Index
Fetch the complete documentation index at: https://mintlify.com/maizzle/maizzle.com/llms.txt
Use this file to discover all available pages before exploring further.
Prettify code
Maizzle can pretty print your HTML email code so that it’s nicely indented. Need to send HTML to a human? Enableprettify in your config:
Usage
config.js
Customization
You may configure JS Beautify’s CSS and HTML Beautifier options. Maybe you prefer tabs for indentation?config.js
ocd
This option applies several code indentation strategies.
config.js
- condenses multiple newlines to a single newline
- trims leading and trailing whitespace
- ensures that a trailing newline is inserted
- normalizes whitespace before code comments
API
app.js