mathpix-markdown-it 2.0.19 → 2.0.20

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.
@@ -77,7 +77,7 @@ var separatingSpan = function (state, startLine, endLine, silent) {
77
77
  if (!match || match.length < 3) {
78
78
  return false;
79
79
  }
80
- state.tShift[startLine] += content.length;
80
+ state.bMarks[startLine] += content.length;
81
81
  var token = state.push('inline', '', 0);
82
82
  token.content = content;
83
83
  token.children = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mathpix-markdown-it",
3
- "version": "2.0.19",
3
+ "version": "2.0.20",
4
4
  "description": "Mathpix-markdown-it is an open source implementation of the mathpix-markdown spec written in Typescript. It relies on the following open source libraries: MathJax v3 (to render math with SVGs), markdown-it (for standard Markdown parsing)",
5
5
  "keywords": [
6
6
  "MathJax",