Trying to create a hyper link but I am getting an error.
My attempt:
[Repl.it](https://repl.it)
Error: Repl.it
^
SyntaxError: invalid syntax
Asked
Active
Viewed 71 times
0

Joshua Siraj
- 15
- 5
1 Answers
0
I think there is no way to insert hyterlink in python comment like markdown.
But how about using this way?
Leave your long URL like this
# A Foolish Consistency is the Hobgoblin of Little Minds [1]
# [1]: http://www.python.org/dev/peps/pep-0008/#a-foolish-consistency-is-the-hobgoblin-of-little-minds

JH S
- 135
- 1
- 1
- 7
-
I just ended up using the discord.embed feature thanks anyway – Joshua Siraj Dec 25 '20 at 18:38