Need help to easily find link format problems

We need a way to easily find broken links such as the one shown here. Thanks.

It seems this is caused by a newline break within a link a tag in following answer (under vaccine-exist id)

"There is currently no vaccine to prevent coronavirus disease 2019 (COVID-19).\n <a href=""https://www.who.int\news-room/q-a-detail/q-a-coronaviruses"" target=""_blank"">More info at the World Health Organization</a>."

We will look into what’s the best way to provide some warnings, so you can quickly identify such links.

1 Like

I run into this issue again today. In general, because there is no way to preview answers, finding issues with an answer is largely left to luck / extremely time-consuming testing.

We need a way to quickly go through and preview every single answer. Otherwise, we are leaving embarrassing errors only to be delivered by testers or even worse, actual users.

We will be working on ways to show all Q&A. Stay tuned.

Now we have auto-correction for newlines and double quotation inside html link tag. We also introduce error resolution popup to go through other problematic links detected. You can fix them on the fly.

Thanks! The error resolution is especially helpful.