This commit is contained in:
Jocs 2018-10-31 10:22:26 +08:00
parent cdc9c6c8ab
commit f43504b2d0
4 changed files with 5 additions and 4 deletions

View File

@ -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
View File

@ -1,6 +1,6 @@
{
"name": "marktext",
"version": "0.13.46",
"version": "0.13.53",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",

View File

@ -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}`
}
})
]