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 does not render in non-block elements #54

Open
karatekaneen opened this issue Feb 12, 2021 · 2 comments
Open

Links does not render in non-block elements #54

karatekaneen opened this issue Feb 12, 2021 · 2 comments

Comments

@karatekaneen
Copy link

  • version: 1.1.34
  • node: 15.6

When experimenting with links I noticed that links that are in non block elements disappear. I saw #30 where links work but following example does not work for me:

<div>
	<!-- Working examples: -->
	<h6>This is heading 6 <a href="www.google.se">heading link</a></h6>
	<div>
		<a href="www.google.se">Content</a>
	</div>

	<!-- non working examples -->
	<div>
		<!-- This one does not show the "link" at all -->
		<span>some styled text <a href="www.google.se">link</a> </span>
		<!-- This one shows the text but no link -->
		<b>some styled text <a href="www.google.se">link</a> </b>
	</div>
</div>
@privateOmega
Copy link
Owner

I will take a look at it, when I get some time, thanks for reporting it. Feel free to raise a PR if you would like to.

@ecb34
Copy link

ecb34 commented Jan 19, 2023

i have the same issue

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

3 participants