-
Notifications
You must be signed in to change notification settings - Fork 49.9k
Closed
Description
The RSS feed (http://facebook.github.io/react/feed.xml) has anchors and "#" links after headings:
<a class="anchor" name="migrating-to-babel"></a>Migrating to Babel <a class="hash-link" href="#migrating-to-babel">#</a>
This looks kinda ugly in feed readers, and doesn't really serve a purpose:

Most feed readers modify links so they're relative to the feed URL, so these links are actually becoming http://facebook.github.io/react/feed.xml#migrating-to-babel which doesn't do anything useful.
Can we remove these from the feed?
Metadata
Metadata
Assignees
Labels
No labels