Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Improve Facebook\HHAPIDoc\MarkdownExt\AutoLinkifyFilter #28

Open
fredemmott opened this issue Jun 28, 2018 · 0 comments
Open

Improve Facebook\HHAPIDoc\MarkdownExt\AutoLinkifyFilter #28

fredemmott opened this issue Jun 28, 2018 · 0 comments
Labels
good first issue Good for newcomers

Comments

@fredemmott
Copy link
Contributor

This filters code spans to automatically turn types into links - for example:

`MyClass` already becomes a link to "MyClass"'s documentation page
`MyClass<MyOtherClass>` should link to both `MyClass` and `MyOtherClass`'s documentation pages
`"foo": MyClass` should link to `MyClass`'s documentation page
@fredemmott fredemmott added the good first issue Good for newcomers label Jun 28, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant