Skip to content

Commit

Permalink
dist rebuid
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Puzrin committed Oct 19, 2020
1 parent 75fe6e0 commit ded6e4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/markdown-it.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! markdown-it 12.0.0 https://github.com/markdown-it/markdown-it @license MIT */
/*! markdown-it 12.0.1 https://github.com/markdown-it/markdown-it @license MIT */
(function(global, factory) {
typeof exports === "object" && typeof module !== "undefined" ? module.exports = factory() : typeof define === "function" && define.amd ? define(factory) : (global = typeof globalThis !== "undefined" ? globalThis : global || self,
global.markdownit = factory());
Expand Down Expand Up @@ -4171,7 +4171,7 @@
var parser_core = Core;
var isSpace = utils.isSpace;
function getLine(state, line) {
var pos = state.bMarks[line] + state.blkIndent, max = state.eMarks[line];
var pos = state.bMarks[line] + state.tShift[line], max = state.eMarks[line];
return state.src.substr(pos, max - pos);
}
function escapedSplit(str) {
Expand Down
4 changes: 2 additions & 2 deletions dist/markdown-it.min.js

Large diffs are not rendered by default.

0 comments on commit ded6e4a

Please sign in to comment.