Skip to content

Commit

Permalink
Include target in Next link (markdoc#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
herrethan authored Jan 8, 2024
1 parent 413e446 commit 56512a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tags.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ exports.link = {
description: 'The active locale is automatically prepended.',
type: Boolean,
},
target: {
description: 'HTML attribute anchor target ("_self", "_blank", "_parent", "_top")',
type: String,
}
},
};

Expand Down

0 comments on commit 56512a0

Please sign in to comment.