8000 dist rebuild · markdown-it/markdown-it@ae5a243 · GitHub
[go: up one dir, main page]

Skip to content

Commit ae5a243

Browse files
author
Vitaly Puzrin
committed
dist rebuild
1 parent 1cd8a51 commit ae5a243

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dist/markdown-it.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! markdown-it 12.3.0 https://github.com/markdown-it/markdown-it @license MIT */
1+
/*! markdown-it 12.3.1 https://github.com/markdown-it/markdown-it @license MIT */
22
(function(global, factory) {
33
typeof exports === "object" && typeof module !== "undefined" ? module.exports = factory() : typeof define === "function" && define.amd ? define(factory) : (global = typeof globalThis !== "undefined" ? globalThis : global || self,
44
global.markdownit = factory());
@@ -4829,7 +4829,7 @@
48294829
// Next list item should still terminate previous list item;
48304830
// This code can fail if plugins use blkIndent as well as lists,
48314831
// but I hope the spec gets fixed long before that happens.
4832-
if (state.tShift[startLine] >= state.blkIndent) {
4832+
if (state.sCount[startLine] >= state.blkIndent) {
48334833
isTerminatingParagraph = true;
48344834
}
48354835
}

dist/markdown-it.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0