Skip to content

Omit anchors for headers in feed? #4124

@Daniel15

Description

@Daniel15

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:
screen shot 2015-06-14 at 11 55 35 am

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions