publish: links open in _blank targets

This commit is contained in:
Matilde Park 2020-03-23 21:26:43 -04:00
parent 4395b130dd
commit c1ed7a4841

View File

@ -213,7 +213,7 @@ export class Note extends Component {
</div>
<div className="md"
style={{overflowWrap: "break-word"}}>
<ReactMarkdown source={newfile} />
<ReactMarkdown source={newfile} linkTarget={"_blank"} />
</div>
<NoteNavigation
popout={props.popout}