RSS should properly convert image tags #10

Open
opened 2023-10-16 21:35:49 +00:00 by xrdawson · 0 comments
xrdawson commented 2023-10-16 21:35:49 +00:00 (Migrated from extrastatic.dev)

This is wrong:

          <description>
                &lt;p&gt;The flight from DC to Tokyo goes over Canada and then Alaska. Looking down, the frozen rivers snaked through the landscape, painting a lovely picture.&lt;/p&gt;
&lt;p&gt;&lt;img src={attachments.open_source_workforce}/&gt;&lt;/p&gt;
            </description>

Do a better job of converting img tags, and definitely get the correct image link.

This is wrong: ``` <description> &lt;p&gt;The flight from DC to Tokyo goes over Canada and then Alaska. Looking down, the frozen rivers snaked through the landscape, painting a lovely picture.&lt;/p&gt; &lt;p&gt;&lt;img src={attachments.open_source_workforce}/&gt;&lt;/p&gt; </description> ``` Do a better job of converting img tags, and definitely get the correct image link.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
svekyll/svekyll-cli#10
No description provided.