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

Bold text in links is not rendered correctly #9

Open
bo-oz opened this issue Jul 17, 2019 · 1 comment
Open

Bold text in links is not rendered correctly #9

bo-oz opened this issue Jul 17, 2019 · 1 comment

Comments

@bo-oz
Copy link

bo-oz commented Jul 17, 2019

When rendering the following snippet, the output is not correct:

[**Name**](http://domain.com/)

It's my expectation that it should render:

<a href="http://domain.com"><strong>Name</strong></a>

Unfortunately it seems to ignore the ** though:

<a href="http://domain.com">**Name**</a>

Any ideas how to fix?

@Spanri
Copy link

Spanri commented May 10, 2020

It works for me
**[Name](http://domain.com/)**

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