jedmund-svelte/src
Justin Edmund ffa5ae7f02 fix: properly render links and formatting in RSS feeds
Replace broken text extraction logic with renderEdraContent() which correctly handles TipTap marks including links, bold, italic, etc.

Before: Links were stripped from RSS content (only plain text extracted)
After: Full HTML with proper links, formatting preserved in CDATA sections

Files updated:
- src/routes/rss/+server.ts: Main RSS feed
- src/routes/rss/universe/+server.ts: Universe RSS feed

Fixes issue where content.blocks was expected but TipTap uses content.type='doc' format.
2025-11-04 20:56:26 -08:00
..
assets feat(admin): complete Task 7 Phase 1 - styling & theming foundation 2025-10-08 21:28:28 -07:00
lib fix: convert final $: reactive statement to $effect 2025-11-04 19:49:42 -08:00
routes fix: properly render links and formatting in RSS feeds 2025-11-04 20:56:26 -08:00
stories Prettier + build errors 2025-06-02 08:41:03 -07:00
app.css Linter 2025-06-13 21:22:49 -04:00
app.d.ts First commit for universe 2025-05-26 06:44:27 -07:00
app.html Add meta theme color 2025-08-07 03:12:25 -07:00
decs.d.ts Update decs.d.ts for GiantBomb API 2024-08-05 23:38:14 -07:00
global.d.ts Update config 2024-07-12 08:42:45 -04:00