How to convert links automatically? #560
-
I'm working on an issue for react-styleguidist and I realized that after upgrading Remark from 11 to 13 the links are no longer autogenerated. For example: Input: Output in 11: How can I achieve automatic links? Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
ChristianMurphy
Nov 6, 2020
Replies: 1 comment 1 reply
-
automatic links are a part of the Github Flavored Markdown standard (GFM) and can be added with https://github.com/remarkjs/remark-gfm |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ChristianMurphy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
automatic links are a part of the Github Flavored Markdown standard (GFM) and can be added with https://github.com/remarkjs/remark-gfm