dakboard / Cloud-Platform

Feature requests, enhancements and anything you'd like to see in DAKboard!
https://dakboard.com
167 stars 39 forks source link

RSS feed does not display contents of HTML link tags #1397

Closed djmarcin closed 2 years ago

djmarcin commented 2 years ago

Describe the bug The RSS block does not display the contents of HTML tags.

To Reproduce Add an RSS block for https://www.merriam-webster.com/wotd/feed/rss2 Sometimes, if there are links in the description, words will be missing from the display.

The displayed text is Cryptography is the and of messages in secret code or cipher. It is also the computerized and of information.

But the original feed contains

<p><em>Cryptography</em> is the <a href="https://www.merriam-webster.com/dictionary/encipher">enciphering</a> and <a href="https://www.merriam-webster.com/dictionary/decipher">deciphering</a> of messages in secret code or cipher. It is also the computerized <a href="https://www.merriam-webster.com/dictionary/encode">encoding</a> and <a href="https://www.merriam-webster.com/dictionary/decode">decoding</a> of information.</p>

Expected behavior The output should look something like: Cryptography is the enciphering and deciphering of messages in secret code or cipher. It is also the computerized encoding and decoding of information.

Screenshots

image

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

cocarrig commented 2 years ago

Hi @djmarcin,

We are having a bit of trouble reproducing this at the moment, its possible this was connected to some server side delays in the merrian-webster site, which would result in the missing content of the first definition. I did take the content you shared and added it to a text block in DAKboard to make sure the formatting wasn't being interpreted incorrectly as well to be sure.

We actually like this source after reviewing it for a potential option for our word of the day as well, so we will be putting a bit of extra focus looking at this and adding an issue for this. Once I create it I will link it here and I expect we can overcome any issues like this we may find or gather some extra examples if there are issues at the source content.

I will link that case here as soon as I have it made.

cocarrig commented 2 years ago

Going to review any issues related to tags on this source in #1412 and close this issue.