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