chore(release): 15.0.8 [skip ci]
## [15.0.8](https://github.com/markedjs/marked/compare/v15.0.7...v15.0.8) (2025-04-07)
### Bug Fixes
* fix emstrong inside escaped backticks ([#3652](https://github.com/markedjs/marked/issues/3652)) ([721dc58](721dc58ceb
))
This commit is contained in:
parent
721dc58ceb
commit
fc85f92607
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "marked",
|
||||
"version": "15.0.7",
|
||||
"version": "15.0.8",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "marked",
|
||||
"version": "15.0.7",
|
||||
"version": "15.0.8",
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"marked": "bin/marked.js"
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "marked",
|
||||
"description": "A markdown parser built for speed",
|
||||
"author": "Christopher Jeffrey",
|
||||
"version": "15.0.7",
|
||||
"version": "15.0.8",
|
||||
"type": "module",
|
||||
"main": "./lib/marked.cjs",
|
||||
"module": "./lib/marked.esm.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user