Skip to content

Commit 8325458

Browse files
build(release): πŸš€ v11.11.0 πŸ¦‰
## Version 11.11.0 ### ✨ New & Improved * correctly parse malformed md syntax ([#1279](#1279)) ([4bbd8fb](4bbd8fb)) ### πŸ›  Fixes & Updates * **mdxish:** can't render RC with snake_case name ([#1281](#1281)) ([0e50d1c](0e50d1c)) * **extractMagicBlocks:** ensure magic blocks are surrounded by newlines ([#1286](#1286)) ([67a6914](67a6914)) * **mdxish:** fix rendering callout from magic blocks ([#1275](#1275)) ([171a5d8](171a5d8)) * **mdxish:** jsx braces not evaluating ([#1256](#1256)) ([f9fe3b7](f9fe3b7)) <!--SKIP CI-->
1 parent 67a6914 commit 8325458

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

4+
## Version 11.11.0
5+
### ✨ New & Improved
6+
7+
* correctly parse malformed md syntax ([#1279](https://github.com/readmeio/markdown/issues/1279)) ([4bbd8fb](https://github.com/readmeio/markdown/commit/4bbd8fbb70ac1a5e96ebec2866957f34a88a33d0))
8+
9+
### πŸ›  Fixes & Updates
10+
11+
* **mdxish:** can't render RC with snake_case name ([#1281](https://github.com/readmeio/markdown/issues/1281)) ([0e50d1c](https://github.com/readmeio/markdown/commit/0e50d1c03c0e964273b34f18ad8660421bc12495))
12+
* **extractMagicBlocks:** ensure magic blocks are surrounded by newlines ([#1286](https://github.com/readmeio/markdown/issues/1286)) ([67a6914](https://github.com/readmeio/markdown/commit/67a6914ae3207584cee265c0b850977e9b6b95e9))
13+
* **mdxish:** fix rendering callout from magic blocks ([#1275](https://github.com/readmeio/markdown/issues/1275)) ([171a5d8](https://github.com/readmeio/markdown/commit/171a5d89cc98ff25461e3f92a3c940895bd05bdc))
14+
* **mdxish:** jsx braces not evaluating ([#1256](https://github.com/readmeio/markdown/issues/1256)) ([f9fe3b7](https://github.com/readmeio/markdown/commit/f9fe3b7bc7c467b923b6f00e2553f88569a5200a))
15+
416
## Version 11.10.1
517
### πŸ›  Fixes & Updates
618

β€Ž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": "11.10.1",
5+
"version": "11.11.0",
66
"main": "dist/main.node.js",
77
"types": "dist/index.d.ts",
88
"browser": "dist/main.js",

0 commit comments

Comments
Β (0)