WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 533e229

Browse files
authored
Merge pull request #3024 from mjmlio/bugfix/inside-nodejs-markdown-badly-formatted
bugfix(docs): inside nodejs markdown missing pipe characters
2 parents e00f999 + 79d9b2a commit 533e229

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/install.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ console.log(htmlOutput)
100100
```
101101

102102
You can pass optional `options` as an object to the `mjml2html` function:
103-
option | accepts | description | default value
103+
104+
| option | accepts | description | default value |
104105
| -------------------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
105106
| fonts | object | Default fonts imported in the HTML rendered by MJML | See in [index.js](https://github.com/mjmlio/mjml/blob/master/packages/mjml-core/src/index.js#L100-L108) |
106107
| keepComments | boolean | Option to keep comments in the HTML output | `true` |

0 commit comments

Comments
 (0)