inky icon indicating copy to clipboard operation
inky copied to clipboard

PHP Implementation of ZURB's Foundation for Email parser - Inky

Results 5 inky issues
Sort by recently updated
recently updated
newest added

You can either define a namespace in constructor or via setter. You can then prefix tags like ``. This way you can benefit from autocompletion and XSD validation. Fixes #11.

Tags such as `pre` that requires white space and line breaks to maintain formatting are compressed during template compilation, rendering data in `pre` tags unreadable. This appears to be related...

Is it far behind https://github.com/zurb/inky ?

Would be great to allow XML-namespaced inky tags for integration with templating engines and CMS. Some templating engines like [TYPO3.Fluid](https://github.com/TYPO3/Fluid) or [phptal](https://github.com/phptal/PHPTAL) are XML-based. Using namespaces would ease both validation...

Today I found out that the compilation is qutie slow for rather large email. I have an email layout with some Inky template elements and inside the content block of...