[x] goldmark is fully compliant with the CommonMark. Before submitting issue, you must read CommonMark spec and confirm your output is different from CommonMark online demo.
[x] goldmark is not dedicated for Hugo. If you are Hugo user and your issue was raised by your experience in Hugo, you should consider create issue at Hugo repository at first .
[x] Before you make a feature request, you should consider implement the new feature as an extension by yourself . To keep goldmark itself simple, most new features should be implemented as an extension.
What version of goldmark are you using? : v1.1.22
What version of Go are you using? : 1.13.4
What operating system and processor architecture are you using? : Linux, x86_64
What did you do? : Tried to render a link with html in it (* <img ...>)
What did you expect to see? : an image
What did you see instead? : raw html
Did you confirm your output is different from CommonMark online demo or other official renderer correspond with an extension?: yes
* <img ...>
)Here's a full repro:
If you can point out where to look I am interested in trying to help fix this.