Skip to content

Commit

Permalink
Merge pull request #209 from Mathpix/dev/olga/207-Add-ability-to-cust…
Browse files Browse the repository at this point in the history
…omize-image-width-via-MMD

PR into master from dev/olga/207-Add-ability-to-customize-image-width-via-MMD
  • Loading branch information
OlgaRedozubova authored Nov 23, 2022
2 parents 5ebd538 + f1a838e commit 7fc46f0
Show file tree
Hide file tree
Showing 54 changed files with 1,478 additions and 84 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,8 @@ The `MathpixMarkdown` React element accepts the following props:
| `accessibility` | [TAccessibility](https://github.com/Mathpix/mathpix-markdown-it#taccessibility);*`{}`* | Sets options to accessibility |
| `nonumbers` | boolean;*`false`* | Sets options to prevent equations, tables, figure from being numbered |
| `showPageBreaks` | boolean;*`false`* | Hidden tags will be shown in html like page break |
| `centerImages` | boolean;*`true`* | Center align images by default |
| `centerTables` | boolean;*`true`* | Center align tables by default |

### optionsMathpixMarkdown

Expand All @@ -700,6 +702,8 @@ The `MathpixMarkdown` React element accepts the following props:
| `smiles` | [ISmilesOptions](https://github.com/Mathpix/mathpix-markdown-it#ismilesoptions);*`{}`* | Sets options to output chemistry equation |
| `nonumbers` | boolean;*`false`* | Sets options to prevent equations, tables, figure from being numbered |
| `showPageBreaks` | boolean;*`false`* | Hidden tags will be shown in html like page break |
| `centerImages` | boolean;*`true`* | Center align images by default |
| `centerTables` | boolean;*`true`* | Center align tables by default |

### TOutputMath

Expand Down
2 changes: 1 addition & 1 deletion es5/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion es5/index.js

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions lib/components/mathpix-markdown/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/components/mathpix-markdown/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions lib/markdown/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7fc46f0

Please sign in to comment.