mathpix-markdown-it 1.0.77 → 1.0.78
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/.idea/workspace.xml +368 -430
- package/README.md +2 -0
- package/es5/bundle.js +1 -1
- package/es5/index.js +1 -1
- package/lib/components/mathpix-markdown/index.js +3 -2
- package/lib/components/mathpix-markdown/index.js.map +1 -1
- package/lib/markdown/index.js +3 -2
- package/lib/markdown/index.js.map +1 -1
- package/lib/markdown/mathpix-markdown-plugins.js +3 -2
- package/lib/markdown/mathpix-markdown-plugins.js.map +1 -1
- package/lib/markdown/md-renderer-rules/render-lists.d.ts +1 -1
- package/lib/markdown/md-renderer-rules/render-lists.js +6 -0
- package/lib/markdown/md-renderer-rules/render-lists.js.map +1 -1
- package/lib/markdown/mdPluginText.js +88 -0
- package/lib/markdown/mdPluginText.js.map +1 -1
- package/lib/mathpix-markdown-model/index.d.ts +2 -0
- package/lib/mathpix-markdown-model/index.js +3 -2
- package/lib/mathpix-markdown-model/index.js.map +1 -1
- package/lib/styles/styles-lists.d.ts +1 -1
- package/lib/styles/styles-lists.js +1 -1
- package/lib/styles/styles-lists.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -675,6 +675,7 @@ The `MathpixMarkdown` React element accepts the following props:
|
|
|
675
675
|
| `htmlWrapper` | [THtmlWrapper](https://github.com/Mathpix/mathpix-markdown-it#thtmlwrapper);*`{}`* | Sets options for output full html page |
|
|
676
676
|
| `accessibility` | [TAccessibility](https://github.com/Mathpix/mathpix-markdown-it#taccessibility);*`{}`* | Sets options to accessibility |
|
|
677
677
|
| `nonumbers` | boolean;*`false`* | Sets options to prevent equations, tables, figure from being numbered |
|
|
678
|
+
| `showPageBreaks` | boolean;*`false`* | Hidden tags will be shown in html like page break |
|
|
678
679
|
|
|
679
680
|
### optionsMathpixMarkdown
|
|
680
681
|
|
|
@@ -698,6 +699,7 @@ The `MathpixMarkdown` React element accepts the following props:
|
|
|
698
699
|
| | | Removes script tags and stuff. Removes broken and malicious html. Set to `false` to disable |
|
|
699
700
|
| `smiles` | [ISmilesOptions](https://github.com/Mathpix/mathpix-markdown-it#ismilesoptions);*`{}`* | Sets options to output chemistry equation |
|
|
700
701
|
| `nonumbers` | boolean;*`false`* | Sets options to prevent equations, tables, figure from being numbered |
|
|
702
|
+
| `showPageBreaks` | boolean;*`false`* | Hidden tags will be shown in html like page break |
|
|
701
703
|
|
|
702
704
|
### TOutputMath
|
|
703
705
|
|