Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Support markdown header links #275

Open
@seaneagan

Description

@seaneagan

Should be able to link to headers in markdown files (readme.md and changelog.md). Also should be able to click on headers to link to them. For example:

https://pub.dartlang.org/packages/test

contains a relative link to #platform-selector-syntax. So when you click on it the browser url becomes:

https://pub.dartlang.org/packages/test#platform-selector-syntax

but it doesn't actually navigate you to that header.

And also you can't click on the header itself to get a link. (Maybe it's not implemented in the markdown package?) Both of these things work on github though:

https://github.com/dart-lang/test#platform-selector-syntax

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