Skip to content

Commit d7c9a27

Browse files
build(release): 🚀 v13.1.2 🦉
## Version 13.1.2 ### 🛠 Fixes & Updates * **magic blocks:** ensure newline characters processed as hard breaks ([#1329](#1329)) ([bb37d62](bb37d62)) * fix callout magic blocks when rendered directly below a list item ([#1331](#1331)) ([de2b82a](de2b82a)) * fix rendering content in table magic blocks ([#1318](#1318)) ([0ea1cfc](0ea1cfc)) * preserve recipe top level attributes in mdast ([#1324](#1324)) ([98f466b](98f466b)) * **stripComments:** properly pass in the micromark extensions ([#1335](#1335)) ([7ec9d46](7ec9d46)) * **mdxish:** properly terminate html blocks ([#1336](#1336)) ([d221861](d221861)) <!--SKIP CI-->
1 parent a628216 commit d7c9a27

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
22
===
33

4+
## Version 13.1.2
5+
### 🛠 Fixes & Updates
6+
7+
* **magic blocks:** ensure newline characters processed as hard breaks ([#1329](https://github.com/readmeio/markdown/issues/1329)) ([bb37d62](https://github.com/readmeio/markdown/commit/bb37d627dd91765d48be22b085c3027a0e7b1ea0))
8+
* fix callout magic blocks when rendered directly below a list item ([#1331](https://github.com/readmeio/markdown/issues/1331)) ([de2b82a](https://github.com/readmeio/markdown/commit/de2b82acb58d1115f1c75a30f878a9b35d8ea9c1))
9+
* fix rendering content in table magic blocks ([#1318](https://github.com/readmeio/markdown/issues/1318)) ([0ea1cfc](https://github.com/readmeio/markdown/commit/0ea1cfc33c07c45d5e17a38d5f84b132a4cb61db))
10+
* preserve recipe top level attributes in mdast ([#1324](https://github.com/readmeio/markdown/issues/1324)) ([98f466b](https://github.com/readmeio/markdown/commit/98f466b825a562b90af9a8d65aa00117731df08b))
11+
* **stripComments:** properly pass in the micromark extensions ([#1335](https://github.com/readmeio/markdown/issues/1335)) ([7ec9d46](https://github.com/readmeio/markdown/commit/7ec9d46cb027efb4ca868f917185f7c948026443))
12+
* **mdxish:** properly terminate html blocks ([#1336](https://github.com/readmeio/markdown/issues/1336)) ([d221861](https://github.com/readmeio/markdown/commit/d2218617a233463c82cce5d2be63175446058279))
13+
414
## Version 13.1.1
515
### 🛠 Fixes & Updates
616

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
@@ -2,7 +2,7 @@
22
"name": "@readme/markdown",
33
"description": "ReadMe's React-based Markdown parser",
44
"author": "Rafe Goldberg <rafe@readme.io>",
5-
"version": "13.1.1",
5+
"version": "13.1.2",
66
"main": "dist/main.node.js",
77
"types": "dist/index.d.ts",
88
"browser": "dist/main.js",

0 commit comments

Comments
 (0)