mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 22:03:50 +03:00
publish: links open in _blank targets
This commit is contained in:
parent
4395b130dd
commit
c1ed7a4841
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user