Closed cocarrig closed 2 years ago
It is specifically link tags that fail to display for me, italics and paragraph tags are handled properly. Today's word of the day has link tags at the very end.
The original RSS feed contains this:
It is related to words such as <em><a href="https://www.merriam-webster.com/dictionary/nation">nation</a></em>, <em><a href="https://www.merriam-webster.com/dictionary/native">native</a></em>, <em><a href="https://www.merriam-webster.com/dictionary/nature">nature</a></em>, and <em><a href="https://www.merriam-webster.com/dictionary/innate">innate</a></em>.
Hi @djmarcin
Apologies, you are in fact right on this and some of our filtering to remove RSS adds is interfering with this. Until this official integration is fully completed you can use the following CSS code in your custom screen to disable the removal of these links.
display: inline-block;
}
Merged in @ f29bd50 and added to the queue for upcoming release to the live site.
Description: Please review the following feed for potential use to replace OED or display as an alternative option for the built in word of the day in DAKboard: https://www.merriam-webster.com/wotd/feed/rss2
Additional enhancement considerations would include the ability to toggle examples and word history that is provided by this feed as well.
DAKboard user originally shared this link in the following bug case, which we were unable to reproduce wherein html tags were not being displayed: https://github.com/dakboard/Cloud-Platform/issues/1397