Add copyable link-to-this-section icon link to linkable headers.
For example: https://www.dartdocs.org/documentation/test/0.12.15%2B11/#asynchronous-tests
should navigate to the asynchronous-tests section of the doc but doesn't.
It looks like Dartdoc isn't generating IDs for headers at all.
@keertip
CC @jcollins-g
I'd like to link to a specific section in Flutter's API docs such as the "Performance considerations" section in https://docs.flutter.io/flutter/widgets/StatefulWidget-class.html. This is probably covered by this bug. If not, I can file a separate one.
@InMatrix dartdoc does generate ids now. This now works, for example: https://master-docs-flutter-io.firebaseapp.com/flutter/widgets/StatefulWidget-class.html#performance-considerations
IIRC this is still open because I'm not entirely certain all edge cases around this work, since we're using javascript scrolling.
Great, it works now. It would be nice to have a link-to-this-section icon next to each linkable header to help discover this feature.
An example of the "link-to-this-section" icon can be found here: https://sites.google.com/corp/google.com/quantcon2018/talks

Rewrote title to reflect current issue. Adding link icons probably means post-processing the markdown-generated HTML.