mathpix-markdown-it 1.0.93 → 1.0.94

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -762,6 +762,8 @@ The `MathpixMarkdown` React element accepts the following props:
762
762
  | `not_catch_errors` | boolean *`false`* | Do not catch math rendering errors |
763
763
  | `include_error` | boolean&nbsp;*`false`* | outputs error `<error style="display: none">...</error>` |
764
764
  | `include_speech` | boolean&nbsp;*`false`* | outputs speech `<speech>...</speech` |
765
+ | `md_separators` | `{column: ' ', row: ' <br> '}`| Separators for Markdown tables |
766
+ | `table_markdown` | `{math_as_ascii: false, math_inline_delimiters: ['$','$']}`| By default, math goes into Markdown tables as latex and is enclosed in `$...$` delimiters. If `math_as_ascii` is set to `true`, then math will be represented as asciimath |
765
767
 
766
768
  ### TOutputMathJax
767
769