lbry-desktop/ui/component/common/form-components
infiinte-persistence 02d2962004 MarkdownPreview: Replace 'lbry://' link with a stub when previewing an edit.
## Issue
4797: Markdown preview breaks when using a lbry link in angle brackets

This is similar to the Embed case in commit dbcd677e.

## Change
Replaced it with a dummy link that looks like what the final outcome would be, but would not be clickable.

Again, similar to the embed case, unless there is a way to pass the store over, I don't have an alternative that makes sense: Adding a dummy router or replacing it as a regular <a> will just make React spew security errors.

Not being able to click it is not ideal as we (as a user) can't verify our links, but it's better than the current case of not rendering anything at all.
2020-09-29 12:11:25 -04:00
..
form-field-price.jsx refactor lbrytv web server 2019-11-11 13:27:29 -05:00
form-field.jsx MarkdownPreview: Replace 'lbry://' link with a stub when previewing an edit. 2020-09-29 12:11:25 -04:00
form-row.jsx refactor lbrytv web server 2019-11-11 13:27:29 -05:00
form.jsx refactor lbrytv web server 2019-11-11 13:27:29 -05:00
submit.jsx refactor lbrytv web server 2019-11-11 13:27:29 -05:00