-
I'd like to add links to GH file line via |
Beta Was this translation helpful? Give feedback.
Answered by
slorber
Aug 31, 2021
Replies: 1 comment 1 reply
-
I tested using a link in both React or Markdown: <Link
className="button button--info"
to="https://github.com/facebook/docusaurus/blob/main/website/babel.config.js#L7">
<Translate>Playground</Translate>
</Link> [test](https://github.com/facebook/docusaurus/blob/main/website/babel.config.js#L7) In both case, the links weren't lowercased and GitHub highlighted the line. Are you sure about this behavior? Can you show how you created those links? Any open-source site online I can see (source+site) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
antonmedv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tested using a link in both React or Markdown:
In both case, the links weren't lowercased and GitHub highlighted the line.
Are you sure about this behavior? Can you show how you created those links? Any open-source site online I can see (source+site)