formatting

This commit is contained in:
Philipp Kühn
2020-10-27 12:59:18 +01:00
parent aec18efc0e
commit 9fdb57cacb

View File

@@ -34,7 +34,9 @@ const Link = createMark({
},
parseHTML() {
return [{ tag: 'a[href]' }]
return [
{ tag: 'a[href]' },
]
},
renderHTML({ attributes }) {