-
I've noticed that, starting with `0.5.1`, HTML entities are being converted.
This is unexpected and in my case (Maizzle) breaks HTML emails.
For example, this:
```html
© 2020
```
.…
-
- Maizzle Version: 2.3.1
- Node.js Version: 12.18.1
Let's take example:
```html
Some test
```
it transpiles correctly in `local` build mode:
```html
Some test
```
…
-
- Maizzle Version: 2.1.2
- Maizzle CLI Version: 1.0.4
- Node.js Version: 13.10.1
Adding the `minify` option to `config.production.js` does not minify the final code when building for production.
…
-
I have a maizzle project running and the other is responsively running - I have to send a request with an HTML file from maizzle to responsively and get the respective device screenshots from it. how …
-
- Maizzle Version: 2.6.2
- Node.js Version: 12.19.0
Hi Cosmin,
When trying to test my new templates with Litmus, i noticed there is an issue with gmail. The problem is that there are no backgr…
-
I am just trying maizzle to see if it will save me time (moving over from mjml templates, I'm also a fan of tailwindcss).
One question I have is, is it possible to have multiple target build direc…
-
- Maizzle Version: v1.3.1
- Node.js Version: v14.6.0
---
I am not able to use special characters (`[ ]`) in the title section of my template the following way:
`title: [ANNOUNCE] New Framework…
nodeg updated
4 years ago
-
- Maizzle Version: ^2.3.0
- Node.js Version: v14.13.0
Hello!
First, thank you very much for your amazing product.
I'm trying to use full features of the project and added support for URL p…
-
- Maizzle Version: ^2.1.0
- Node.js Version: 10.19.0
I followed along with the documentation to enable plaintext output on template creation via Front matter and it doesn't seem to generate the tx…
-
- Maizzle Version: 1.3.1
- Node.js Version: v13.10.1
Sorry if this is more of a VS Code question, but it relates to Maizzle so I thought I would ask it here.
I am wondering if there is a way to…