Skip to content

Commit f2661f9

Browse files
committed
12.0.22
1 parent 38b626d commit f2661f9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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-
/*! @hackmd/markdown-it 12.0.21 https://github.com/hackmdio/markdown-it @license MIT */
1+
/*! @hackmd/markdown-it 12.0.22 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());
@@ -4488,7 +4488,7 @@
44884488
endPos = state.bMarks[last] + state.tShift[last];
44894489
state.line = last;
44904490
token = state.push("code_block", "code", 0);
4491-
token.content = state.getLines(startLine, last, 4 + state.blkIndent, true);
4491+
token.content = state.getLines(startLine, last, 4 + state.blkIndent, true, true);
44924492
token.map = [ startLine, state.line ];
44934493
token.position = pos;
44944494
token.size = endPos - pos;

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.

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.21",
3+
"version": "12.0.22",
44
"description": "Markdown-it - modern pluggable markdown parser.",
55
"keywords": [
66
"markdown",

0 commit comments

Comments
 (0)