Skip to content
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

Links inside list elements with images at the beginning are not parsed #883

Open
Reqrefusion opened this issue Sep 10, 2024 · 2 comments
Open

Comments

@Reqrefusion
Copy link

I am working on a project. I am using the latest version but I am getting the problem in the title. I really don't understand the reason for the problem. You can reach the relevant problem from here. The problem I am experiencing in the workbench section is clearly visible below.
resim

    $Parsedown = new Parsedown();
    $text = file_get_contents($rawurl.$gitpage);
    echo $Parsedown->text($text);
@taufik-nurrohman
Copy link

taufik-nurrohman commented Sep 10, 2024

It probably caused by the XSS protection feature, which allows URL that starts with white-listed protocols only.

@Reqrefusion
Copy link
Author

It probably caused by the XSS protection feature, which allows URL that starts with white-listed protocols only.

How could this lead to this? And how can it be resolved?

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