-
Notifications
You must be signed in to change notification settings - Fork 302
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
30 changed files
with
163 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "bytemd", | ||
"version": "1.10.8", | ||
"version": "1.10.9", | ||
"description": "A hackable Markdown editor built with Svelte", | ||
"author": "Rongjian Zhang <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@bytemd/plugin-breaks", | ||
"version": "1.10.8", | ||
"version": "1.10.9", | ||
"description": "ByteMD plugin to support breaks", | ||
"author": "Rongjian Zhang <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -22,7 +22,7 @@ | |
"remark-breaks": "^2.0.2" | ||
}, | ||
"devDependencies": { | ||
"bytemd": "^1.10.8" | ||
"bytemd": "^1.10.9" | ||
}, | ||
"peerDependencies": { | ||
"bytemd": "^1.5.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@bytemd/plugin-footnotes", | ||
"version": "1.10.8", | ||
"version": "1.10.9", | ||
"description": "ByteMD plugin to support footnotes", | ||
"author": "Rongjian Zhang <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -22,7 +22,7 @@ | |
"remark-footnotes": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"bytemd": "^1.10.8" | ||
"bytemd": "^1.10.9" | ||
}, | ||
"peerDependencies": { | ||
"bytemd": "^1.5.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@bytemd/plugin-frontmatter", | ||
"version": "1.10.8", | ||
"version": "1.10.9", | ||
"description": "ByteMD plugin to parse frontmatter", | ||
"author": "Rongjian Zhang <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -24,7 +24,7 @@ | |
"remark-frontmatter": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"bytemd": "^1.10.8", | ||
"bytemd": "^1.10.9", | ||
"vfile": "^4.2.1" | ||
}, | ||
"peerDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@bytemd/plugin-gemoji", | ||
"version": "1.10.8", | ||
"version": "1.10.9", | ||
"description": "ByteMD plugin to support Gemoji shortcodes", | ||
"author": "Rongjian Zhang <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -22,7 +22,7 @@ | |
"remark-gemoji": "^6.0.0" | ||
}, | ||
"devDependencies": { | ||
"bytemd": "^1.10.8" | ||
"bytemd": "^1.10.9" | ||
}, | ||
"peerDependencies": { | ||
"bytemd": "^1.5.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@bytemd/plugin-gfm", | ||
"version": "1.10.8", | ||
"version": "1.10.9", | ||
"description": "ByteMD plugin to support GFM (autolink literals, strikethrough, tables, tasklists)", | ||
"author": "Rongjian Zhang <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -22,7 +22,7 @@ | |
"remark-gfm": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"bytemd": "^1.10.8" | ||
"bytemd": "^1.10.9" | ||
}, | ||
"peerDependencies": { | ||
"bytemd": "^1.5.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@bytemd/plugin-highlight-ssr", | ||
"version": "1.10.8", | ||
"version": "1.10.9", | ||
"description": "ByteMD plugin to highlight code blocks (SSR compatible)", | ||
"author": "Rongjian Zhang <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -22,7 +22,7 @@ | |
"rehype-highlight": "^4.1.0" | ||
}, | ||
"devDependencies": { | ||
"bytemd": "^1.10.8" | ||
"bytemd": "^1.10.9" | ||
}, | ||
"peerDependencies": { | ||
"bytemd": "^1.5.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@bytemd/plugin-highlight", | ||
"version": "1.10.8", | ||
"version": "1.10.9", | ||
"description": "ByteMD plugin to highlight code blocks", | ||
"author": "Rongjian Zhang <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -22,7 +22,7 @@ | |
"highlight.js": "^10.7.3" | ||
}, | ||
"devDependencies": { | ||
"bytemd": "^1.10.8" | ||
"bytemd": "^1.10.9" | ||
}, | ||
"peerDependencies": { | ||
"bytemd": "^1.5.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@bytemd/plugin-math-ssr", | ||
"version": "1.10.8", | ||
"version": "1.10.9", | ||
"description": "ByteMD plugin to support math formula (SSR compatible)", | ||
"author": "Rongjian Zhang <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -19,12 +19,12 @@ | |
"lib" | ||
], | ||
"dependencies": { | ||
"@bytemd/plugin-math": "^1.10.8", | ||
"@bytemd/plugin-math": "^1.10.9", | ||
"rehype-katex": "^4.0.0", | ||
"remark-math": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"bytemd": "^1.10.8" | ||
"bytemd": "^1.10.9" | ||
}, | ||
"peerDependencies": { | ||
"bytemd": "^1.5.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@bytemd/plugin-math", | ||
"version": "1.10.8", | ||
"version": "1.10.9", | ||
"description": "ByteMD plugin to support math formula", | ||
"author": "Rongjian Zhang <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -24,7 +24,7 @@ | |
"remark-math": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"bytemd": "^1.10.8" | ||
"bytemd": "^1.10.9" | ||
}, | ||
"peerDependencies": { | ||
"bytemd": "^1.5.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@bytemd/plugin-medium-zoom", | ||
"version": "1.10.8", | ||
"version": "1.10.9", | ||
"description": "ByteMD plugin to zoom images like Medium", | ||
"author": "Rongjian Zhang <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -22,7 +22,7 @@ | |
"medium-zoom": "^1.0.6" | ||
}, | ||
"devDependencies": { | ||
"bytemd": "^1.10.8" | ||
"bytemd": "^1.10.9" | ||
}, | ||
"peerDependencies": { | ||
"bytemd": "^1.5.0" | ||
|
Oops, something went wrong.