Skip to content

Commit 6fe8aba

Browse files
Version Packages (#698)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4351ef5 commit 6fe8aba

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.changeset/cuddly-gifts-breathe.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/early-rabbits-unite.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# markdown-to-jsx
22

3+
## 7.7.12
4+
5+
### Patch Changes
6+
7+
- 4351ef5: Adjust text parsing to not split on double spaces unless followed by a newline.
8+
- 4351ef5: Special case detection of :shortcode: so the text processor doesn't break it into chunks, enables shortcode replacement via renderRule.
9+
310
## 7.7.11
411

512
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Convert markdown to JSX with ease for React and React-like projects. Super lightweight and highly configurable.",
44
"homepage": "https://markdown-to-jsx.quantizor.dev",
55
"license": "MIT",
6-
"version": "7.7.11",
6+
"version": "7.7.12",
77
"publishConfig": {
88
"access": "public",
99
"mangle": {

0 commit comments

Comments
 (0)