mirror of https://github.com/go-gitea/gitea.git
When adding a link using the "Add a link" button in comment editor, pasting a URL resulted in incorrect Markdown formatting (double brackets) instead of replacing the placeholder text. This fix adds a context check to prevent creating a new markdown link when we're already inside an existing one. Fixes #34740 --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> |
||
|---|---|---|
| .. | ||
| ComboMarkdownEditor.ts | ||
| ConfirmModal.ts | ||
| Cropper.ts | ||
| EasyMDEToolbarActions.ts | ||
| EditorMarkdown.test.ts | ||
| EditorMarkdown.ts | ||
| EditorUpload.test.ts | ||
| EditorUpload.ts | ||
| LabelEdit.ts | ||
| QuickSubmit.ts | ||
| ReactionSelector.ts | ||
| SearchUserBox.ts | ||
| TextExpander.ts | ||
| WebHookEditor.ts | ||