-
**Describe the bug**
When using an [if mso] conditional inside an mj-raw tag (mjml 4.3) the first closing mj-raw tag, mjml element that follows, and subsequent opening mj-raw tag (needed to hold the …
-
working codesandbox using the previous version (0.0.31):
https://codesandbox.io/s/jovial-jackson-gyyhf
broken version using the newest version (0.1.5):
https://codesandbox.io/s/stoic-water-2jfi5
…
DRoet updated
5 years ago
-
I'm looking to use MJML v4 with Grapes. MJML v4 doesn't support browser rendering so an API needs to be used. I've set up an API to render the MJML so that's fine.
The problem seems to be with hav…
-
I use mjml in my react app (create-react-app based).
Everything works fine when i use
```
"mjml": "^3.3.5",
```
After the upgrade to
```
"mjml": "^4.0.3",
```
Error occurs.
```
Error: Canno…
-
Hi there!
I was wondering if there is any possibility of rendering parts of a template, without generating the full document structure. I can see in #459 a similar issue.
Our use case is very si…
-
In the readme.md in branch 3.3.X is the branch "MJML4" listed as the branch for new PRs. The branch "MJML4" does not exist.
I think it should be the master branch there, right?
Just a little th…
-
I do the following:
``
import { mjml2html } from 'mjml4-in-browser';
mjml2html(..)
``
But suddenly i get the error that the function is not defined. Is something changed?
-
I can't seem to get this to work
```shell
$ npm run build
> mjml4-in-browser@1.0.1 build C:\Users\Jace\git\mjml4-in-browser
> webpack
Hash: 93ec878bfa46b2e833ec
Version: webpack 2.7.0
Time:…
-
MJML Version: 2.3.3
Issue: when using the "$" sign (for PHP variables) in MJML and having the $ in a button[href] attribute, the dollar is escaped. If the "$" sign has been used before, then it is no…
-
As the title says, why doesn't the MJML app use the latest version of MJML? Currently my app is using 4.1.2, anything I do to try and point it to a custom engine doesn't work. But the app should reall…