-
The API should indicate the MJML version in the endpoint URL. This would maintain backward compatibility in future API MJML major version upgrades.
For Example:
Before upgrade: https://api.mjml.…
-
## Issue Description ##
When starting, or restarting, Omnisharp in Visual Studio Code I get the error:
System.InvalidCastException: Specified cast is not valid.
### OmniSharp log ###
Start…
-
While working on #15 I realized our version was a bit ad-hoc, complicated, and possibly non-understandable for anyone not actively working on the project.
Therefore I suggest to move to another ver…
-
Hi @ngarnier
We are using Grapesjs [https://github.com/artf/grapesjs-mjml](url) as a template builder which uses MJML parser to convert MJML code into HTML code. It uses v3.3.5 and recently …
-
Hey there!
This is an awesome project and I'd love to contribute to/self-host the live editor. Would it be possible to open-source the code for that?
Thanks :)
Fouad
fouad updated
5 years ago
-
Calling https://api.mjml.io/v1/render
the service responds, but does not include the full html of the mjml I pass.. It seems to only return what I have in my `` tag
**Reproduction Steps:**
I pu…
-
**Describe the bug**
Request API with template randomly return wrong formated JSON
The problems happens like 1 times on 2 tries.
**To Reproduce**
Steps to reproduce the behavior:
```
$ch = cur…
-
### Steps to reproduce
Install `wagtail==2.5.1` and lint the following code:
```
from wagtail.core.models import Page
class BlogIndexPage(Page):
content_panels = Page.content_panels…
-
The code for mj-button always generates a td with align='center'
See https://github.com/mjmlio/mjml/blob/master/packages/mjml-button/src/index.js#L110
The button defines an align attribute at ht…
-
As the plugin installation checks only for the local compiler to be installed:
```php
if (MjmlCompiler::isMjmlInstalled() === null) {
throw new \RuntimeException('MJML must be i…