We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link: https://www.linode.com/docs/guides/how-to-use-python-markdown-to-convert-markdown-to-html/
When I load this text into markdown:
Here we go https://www.noezsv.a
markdown returns this:
<p>Here we go https://www.noezsv.at</p>
The link is not usable on a webpage
markdown should not put paragraph tags around HTML links. So it should create something like this:
Here we go
Many thanks and kind regards Martin Klein
The text was updated successfully, but these errors were encountered:
Hi @martinklein the correct syntax to load a links in Markdown is : Here we go Visit the website. This would convert into clickable HTML links. For more information about writing in Markdown see: https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#links.
Please feel free to reopen the issue if any other content needs to be fixed.
Sorry, something went wrong.
No branches or pull requests
Link: https://www.linode.com/docs/guides/how-to-use-python-markdown-to-convert-markdown-to-html/
Issue
When I load this text into markdown:
markdown returns this:
The link is not usable on a webpage
Suggested Fix
markdown should not put paragraph tags around HTML links.
So it should create something like this:
Here we go
https://www.noezsv.atMany thanks and kind regards
Martin Klein
The text was updated successfully, but these errors were encountered: