Skip to content

Commit

Permalink
Fix doc about the fonts option. (#2522)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdelmas authored Aug 25, 2022
1 parent 8bb45df commit 77c9a78
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ You can pass optional `options` as an object to the `mjml2html` function:

option | unit | description | default value
-------------|--------|--------------|---------------
fonts | object | Default fonts imported in the HTML rendered by HTML | See in [index.js](https://github.com/mjmlio/mjml/blob/master/packages/mjml-core/src/index.js#L36-L44)
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)
keepComments | boolean | Option to keep comments in the HTML output | true
ignoreIncludes | boolean | Option to ignore mj-includes | false
beautify | boolean | Option to beautify the HTML output | false
Expand Down
2 changes: 1 addition & 1 deletion doc/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ You can pass optional `options` as an object to the `mjml2html` function:

option | unit | description | default value
----------------------- |---------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |---------------
fonts | object | Default fonts imported in the HTML rendered by HTML | See in [index.js](https://github.com/mjmlio/mjml/blob/master/packages/mjml-core/src/index.js#L36-L44)
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)
keepComments | boolean | Option to keep comments in the HTML output | true
beautify | boolean | Option to beautify the HTML output | false
minify | boolean | Option to minify the HTML output | false
Expand Down
2 changes: 1 addition & 1 deletion packages/mjml/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ You can pass optional `options` as an object to the `mjml2html` function:

option | unit | description | default value
-------------|--------|--------------|---------------
fonts | object | Default fonts imported in the HTML rendered by HTML | See in [index.js](https://github.com/mjmlio/mjml/blob/master/packages/mjml-core/src/index.js#L36-L44)
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)
keepComments | boolean | Option to keep comments in the HTML output | true
ignoreIncludes | boolean | Option to ignore mj-includes | false
beautify | boolean | Option to beautify the HTML output | false
Expand Down
2 changes: 1 addition & 1 deletion readme-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ console.log(htmlOutput)

オプション | 型 | 説明 | 初期値
-------------|--------|--------------|---------------
fonts | object | 初期フォントをインポートしたHTMLを描画する | 初期フォントについては[index.js](https://github.com/mjmlio/mjml/blob/master/packages/mjml-core/src/index.js#L36-L44)をご覧ください。
fonts | object | 初期フォントをインポートしたHTMLを描画する | 初期フォントについては[index.js](https://github.com/mjmlio/mjml/blob/master/packages/mjml-core/src/index.js#L100-L108)をご覧ください。
keepComments | boolean | 出力されるHTMLにコメントを残すオプション | true
ignoreIncludes | boolean | mj-includesを無視するオプション | false
beautify | boolean | 出力されるHTMLを整えるオプション | false
Expand Down

0 comments on commit 77c9a78

Please sign in to comment.