mirror of
https://github.com/marktext/marktext.git
synced 2025-05-02 18:51:55 +08:00
fix: #534
This commit is contained in:
parent
cdc9c6c8ab
commit
f43504b2d0
3
.github/CHANGELOG.md
vendored
3
.github/CHANGELOG.md
vendored
@ -1,10 +1,11 @@
|
|||||||
### 0.13.53
|
### 0.13.54
|
||||||
|
|
||||||
**:beetle:Bug fix**
|
**:beetle:Bug fix**
|
||||||
|
|
||||||
- fix: #451 empty list item error
|
- fix: #451 empty list item error
|
||||||
- fix: #522 paste bug when paste into empty line
|
- fix: #522 paste bug when paste into empty line
|
||||||
- fix: #521
|
- fix: #521
|
||||||
|
- fix: #534
|
||||||
|
|
||||||
### 0.13.50
|
### 0.13.50
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "marktext",
|
"name": "marktext",
|
||||||
"version": "0.13.46",
|
"version": "0.13.53",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "marktext",
|
"name": "marktext",
|
||||||
"version": "0.13.53",
|
"version": "0.13.54",
|
||||||
"author": "Jocs <ransixi@gmail.com>",
|
"author": "Jocs <ransixi@gmail.com>",
|
||||||
"description": "Next generation markdown editor",
|
"description": "Next generation markdown editor",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -133,7 +133,7 @@ export default function renderLeafBlock (block, cursor, activeBlocks, matches, u
|
|||||||
children = [
|
children = [
|
||||||
h('use', {
|
h('use', {
|
||||||
attrs: {
|
attrs: {
|
||||||
'xlink:href': `${iconSvg.url}`
|
'xlink:href': `.${iconSvg.url}`
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user