* Adding nofollow to links. Fixes #542 * Running prettier.
This commit is contained in:
parent
2663e19fdc
commit
6684bbeaf6
16 changed files with 42 additions and 27 deletions
|
@ -10,6 +10,7 @@ import {
|
|||
mdToHtml,
|
||||
pictrsDeleteToast,
|
||||
randomStr,
|
||||
relTags,
|
||||
setupTippy,
|
||||
setupTribute,
|
||||
toast,
|
||||
|
@ -297,7 +298,7 @@ export class MarkdownTextArea extends Component<
|
|||
href={markdownHelpUrl}
|
||||
class="btn btn-sm text-muted font-weight-bold"
|
||||
title={i18n.t("formatting_help")}
|
||||
rel="noopener"
|
||||
rel={relTags}
|
||||
>
|
||||
<Icon icon="help-circle" classes="icon-inline" />
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue