-
Changing the binary version in a Rails initializer like...
```ruby
Mjml.setup do |config|
config.mjml_binary_version_supported = '4.2.'
end
```
...does not work. The initializer is loaded to…
-
Hello !
Is a plugin system planned on Hermes roadmap? :)
I would live to develop one to add support for image charts to hermes. (like I did for [mjml](https://mjml.io/) with [mjml-charts](https:…
-
So I've checked the fix for this in [bafb24a](https://github.com/mjmlio/mjml/commit/bafb24a58bf11f778001a1535255e5b835e02a85), and followed the structure but I still get errors. It could be due to my …
-
**Describe the bug**
When we use mj-html-attributes and a templating language like EJS inside a compontent, a tag is not preserved as is, but it is rendered as .
**To Reproduce**
Steps to reprod…
-
Hi, I need to create an email template form with one dropdown, title and a content, which is managed with email editor. Every time I change my title it re-renders the content block to default content.…
-
`mrml` removes semantically relevant whitespace (compared to mjml).
This can cause adjacent elements to be rendered side by side, without a gap in between.
For reference, `mjml` (with minify enabl…
-
## Problem
The browser bundle includes some libraries for handling MJML v3 and deprecated options (`beautify`, `minify`) which should not be required for newer code. But that libraries imports are …
-
**Describe the bug**
The background image for mj-hero in fluid-height mode isn't displaying correctly in Windows Mail. The image appears too small and fails to cover the entire hero section.
**To …
-
MJML already converts numbers into pixels in certain cases. This seems like it could result in a bug where we convert a number to a px for an underlying mjml component that doesn't do the conversion. …
-
Hello,
Thanks for this great module. I have one to get help you. I want to register custom language, but how can i do this?
Hope to hear from you soon.
Thanks,