mathpix-markdown-it 2.0.22 → 2.0.24
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 +1 -1
- package/es5/bundle.js +1 -1
- package/es5/index.js +1 -1
- package/lib/markdown/md-block-rule/mmd-html-block.js +95 -40
- package/lib/markdown/md-block-rule/mmd-html-block.js.map +1 -1
- package/lib/markdown/md-chemistry/smiles-drawer/src/SvgWrapper.js +13 -8
- package/lib/markdown/md-chemistry/smiles-drawer/src/SvgWrapper.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@ Here are the key benefits over plain Markdown:
|
|
|
13
13
|
- better support for tables, via the LaTeX tabular syntax, which allows for complex, nested tables often seen in scientific publications
|
|
14
14
|
- advanced figure referencing via LaTeX syntax
|
|
15
15
|
- support for abstracts, author lists, and linkable sections; these are a fact of life for academic publications
|
|
16
|
-
- support for chemistry diagrams represented with SMILES markup, compatible with popular chemistry tools like
|
|
16
|
+
- support for chemistry diagrams represented with SMILES markup, compatible with popular chemistry tools like ChemDraw
|
|
17
17
|
|
|
18
18
|

|
|
19
19
|
|