formatting
This commit is contained in:
@@ -34,7 +34,9 @@ const Link = createMark({
|
|||||||
},
|
},
|
||||||
|
|
||||||
parseHTML() {
|
parseHTML() {
|
||||||
return [{ tag: 'a[href]' }]
|
return [
|
||||||
|
{ tag: 'a[href]' },
|
||||||
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
renderHTML({ attributes }) {
|
renderHTML({ attributes }) {
|
||||||
|
|||||||
Reference in New Issue
Block a user