-
` ` entities seem to get stripped and replaced with a space when rendering html.
If I wrap it in ``, the space disappears entirely.
-
[Enter steps to reproduce:]
1. Open Atom in a folder
**Atom**: 1.25.0 x64
**Electron**: 1.7.11
**OS**: Windows 10 Home
**Thrown From**: Atom Core
### Stack Trace
Uncaught Error: Can…
ghost updated
6 years ago
-
I'm currently getting the following error around 1% of the time when sending emails:
```
TypeError: Invalid non-string/buffer chunk
at validChunk (_stream_writable.js:152:14)
at PassThrough.W…
-
I ran into this issue when running tests that would send emails. I'm using webmock to stub out the requests and it seems like `mjml` pulls in the `Ubuntu` font from google fonts api. After spending so…
-
### Version info
firebase-tools v6.0.1
deploying functions using node 6 engine
### Platform Information
Linux - continuous integration (Docker node:8.12.0)
### Steps to reproduce
fireba…
mlake updated
5 years ago
-
Currently the API only supports one specific version. We must be capables of throw a error message if a unsupported mjml template is entered.
-
First of all - great work on MJML.
I have a table cell that's shared across multiple templates, but currently I need to copy the code to each of those tables since you can't mj-include within mj-ta…
-
hi,
Deployment through heroku failing due to pipfile.lock
Here is the build logs from Heroku.
```
-----> Node.js app detected
-----> Creating runtime environment
N…
-
You can't use one of
```
{include file="header.html.mjml"}
```
Because the template is just loaded via `file_get_contents` and send to the API.
-
When creating MJML templates, there's currently no way to globally set the `lang` attribute, ie.
```
```
The [API](https://dev.mailjet.com/email-api/v3/template/) returns the default `locale`…
ghost updated
6 years ago