Skip to content

Commit

Permalink
Parse link
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefwint committed Jul 23, 2024
1 parent 241484d commit 5abf379
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ export const Area = Mark.create({
}
},

parseHTML() {
return [
{
tag: 'a[data-gebiedengroep]',
},
]
},

renderHTML({ HTMLAttributes }) {
return [
'a',
Expand Down

0 comments on commit 5abf379

Please sign in to comment.