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. |
||
|---|---|---|
| .. | ||
| assets | ||
| lib | ||
| routes | ||
| stories | ||
| app.css | ||
| app.d.ts | ||
| app.html | ||
| decs.d.ts | ||
| global.d.ts | ||