Skip to content

Commit 4881ab4

Browse files
committed
chore: bump to 12.0.19
1 parent a7ec87c commit 4881ab4

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

dist/markdown-it.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! @hackmd/markdown-it 12.0.18 https://github.com/hackmdio/markdown-it @license MIT */
1+
/*! @hackmd/markdown-it 12.0.19 https://github.com/hackmdio/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());
@@ -6945,7 +6945,8 @@
69456945
}
69466946
continue;
69476947
}
6948-
state.pending += state.src[state.pos++];
6948+
state.pending += state.src[state.pos];
6949+
state.pos++;
69496950
}
69506951
if (state.pending) {
69516952
state.pushPending();

dist/markdown-it.min.js

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

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hackmd/markdown-it",
3-
"version": "12.0.18",
3+
"version": "12.0.19",
44
"description": "Markdown-it - modern pluggable markdown parser.",
55
"keywords": [
66
"markdown",

0 commit comments

Comments
 (0)