Open bo-oz opened 5 years ago
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?
It works for me **[Name](http://domain.com/)**
**[Name](http://domain.com/)**
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?