dkvc / pwcode

Get Latest Updates from PapersWithCode
https://pwcode.onrender.com/latest
Apache License 2.0
1 stars 1 forks source link

Fix RSS layout #23

Open dkvc opened 1 year ago

dkvc commented 1 year ago

The RSS preview is currently bugged. It is shown as:

RSS Preview

The RSS expected XML code preview was actually written as:

RSS (Expected XML) Preview

This might have to with !CDATA tag in XML code or links.

dkvc commented 1 year ago

This issue seems to happen only when full article is fetched. Need to check what "Fetch full article" does.