Skip to content

Corrupted HTML Link #7228

New issue

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

Closed
martinklein opened this issue Mar 29, 2025 · 1 comment
Closed

Corrupted HTML Link #7228

martinklein opened this issue Mar 29, 2025 · 1 comment

Comments

@martinklein
Copy link

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:

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

Suggested Fix

markdown should not put paragraph tags around HTML links.
So it should create something like this:

Here we go

https://www.noezsv.at

Many thanks and kind regards
Martin Klein

@Rajakavitha1
Copy link
Collaborator

Rajakavitha1 commented Mar 31, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants