react-styleguidist
react-styleguidist copied to clipboard
Markdown parsing fails on URL with parenthesis
Current behavior
Markdown files containing an URL with parenthesis (for instance: https://en.wikipedia.org/wiki/Algebraic_notation_(chess)) are not properly rendered.
To reproduce
https://github.com/yo35/styleguidist-example/tree/bug-url-with-parenthesis
-> both links point at https://en.wikipedia.org/wiki/Algebraic_notation_(chess instead of https://en.wikipedia.org/wiki/Algebraic_notation_(chess)
Expected behavior
Having links with parenthesis point at the right URL.
😴 This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week without any further activity. Consider opening a pull request if you still have this issue or want this feature.
Any news regarding this issue?