mirror of https://gitlab.com/ecentrics/concordia
Browse Source
feat: add markdown support for topic titles and posts See merge request ecentrics/concordia!23develop
Apostolos Fanakis
4 years ago
5 changed files with 49 additions and 13 deletions
@ -0,0 +1,9 @@ |
|||
import React from 'react'; |
|||
|
|||
const targetBlank = () => ({ href, children }) => ( |
|||
<a href={href} target="_blank" rel="noopener noreferrer"> |
|||
{children} |
|||
</a> |
|||
); |
|||
|
|||
export default targetBlank; |
Loading…
Reference in new issue