Skip to content

Commit e00f999

Browse files
authored
Merge pull request #3023 from mjmlio/bugfix/inside-nodejs-markdown-badly-formatted
bugfix(docs): inside nodejs markdown badly formatted
2 parents 7f4872c + 15ee93b commit e00f999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/install.md

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

102102
You can pass optional `options` as an object to the `mjml2html` function:
103-
103+
option | accepts | description | default value
104104
| -------------------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
105105
| 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) |
106106
| keepComments | boolean | Option to keep comments in the HTML output | `true` |

0 commit comments

Comments
 (0)