Closed yihui closed 1 year ago
What version of goldmark are you using?
1.5.6
What version of Go are you using?
1.20
What operating system and processor architecture are you using?
macOS 12.6.9 (Intel x86_64)
What did you do?
Convert this to HTML:
![alt text](logo.png)
What did you expect to see? :
<img src="logo.png" alt="alt text" />
or even better:
What did you see instead?
<img src="logo.png" alt="alttext" />
Note that the line break was simply eaten, and the two words ended up being merged into one.
Did you confirm your output is different from CommonMark online demo or other official renderer correspond with an extension?
Yes, CommonMark's online demo would output
Not ideal, but better than no spaces or breaks at all.
Thanks for the great project!
Awesome. Thanks @yuin!
What version of goldmark are you using?
1.5.6
What version of Go are you using?
1.20
What operating system and processor architecture are you using?
macOS 12.6.9 (Intel x86_64)
What did you do?
Convert this to HTML:
What did you expect to see? :
or even better:
What did you see instead?
Note that the line break was simply eaten, and the two words ended up being merged into one.
Did you confirm your output is different from CommonMark online demo or other official renderer correspond with an extension?
Yes, CommonMark's online demo would output
Not ideal, but better than no spaces or breaks at all.
Thanks for the great project!