Revert target="_blank"

This commit is contained in:
Guille De Fermin 2022-04-05 10:13:25 +02:00
parent d4247813cc
commit c58679a22f
No known key found for this signature in database
GPG Key ID: 6A460706004099CB

View File

@ -111,7 +111,7 @@ export const AnchorMdx: FC<AnchorMdxProps> = (props) => {
}
// External URL dont need any modification.
return <A target="_blank" {...props} />;
return <A {...props} />;
};
const SUPPORTED_MDX_HEADERS = ['h1', 'h2', 'h3', 'h4', 'h5', 'h6'];