-
Hi devs,
I get the error:
```
TypeError: component.getTagName is not a function
at ~/node_modules/mjml-parser-xml/lib/index.js:60:141
at ~/node_modules/lodash/fp/_baseConvert.js:34:28…
-
Hello.
I am using MJMl for work and I find difficult to create list which will be consistent across all mailboxes including Outlook which is usually causing issues. At the moment I need to fix bugs…
-
**Describe the bug**
Valueless style attributes break centering in MSO 2007.
To be very clear it was breaking when it had a table with a style attr on it.
Litmus testing without the style attrib…
-
When trying out MJML4 with the node example provided
```
import { mjml2html } from 'mjml'
/*
Compile an mjml string
*/
const htmlOutput = mjml2html(`
…
-
**Describe the bug**
Hi, I have got problem with mj-wrapper on Outlook 2016 and Outlook 2013 120 DPI whole email content is on the left site. On other clients it works fine. When i delete mj-wrapper …
-
Hi,
Since `mjml4-in-browser` is only being used to compile the `mjml` -> `html`, I was wondering if there is a way to create an override to the current parse method, to allow users to compile the `…
DRoet updated
2 months ago
-
Hello, our security check has found a high severity vulnerability in html-minifier, which is a dependency of mjml.
Dependency hierarchy:
- mjml-4.13.0.tgz (Root Library)
- mjml-cli-4.13.0.tgz
-…
-
**Describe the bug**
X / Twitter an a new logo and i didn't saw any option to use it.
**To Reproduce**
Steps to reproduce the behavior:
Use the twitter option from the social package
**Expect…
-
# Overview
I believe that it is a mistake for this project to maintain an unopinionated position about templating. 99% of systems using mjml will have some form of data binding in conjunction with mj…
-
We are upgrading from 3.3.5 to 4.14.1.
Our templates are sometimes escaping tags that used to work. For example, `hello` used to output as bolded "hello", but now it outputs as `<b>hello<…