don't open external in new tab

This commit is contained in:
madrilene 2024-01-30 19:01:09 +01:00
parent 606b8f0b94
commit 31fbefcf40

View file

@ -37,7 +37,6 @@ const markdownLib = markdownIt({
return href.match(/^https?:\/\//);
},
attrs: {
target: '_blank',
rel: 'noopener'
}
}