vartanbeno / go-reddit

Go library for accessing the Reddit API.
Other
306 stars 84 forks source link

markdown image sizing? #43

Closed DaleEMoore closed 1 year ago

DaleEMoore commented 1 year ago

I'm looking for the markdown image implementation trying to find if there are any controls for sizing the image. Is there some documentation I've been overlooking? Or should I look through the fyne markdown processing to find image and any sizing that might be implemented?

Should I be happy finding https://github.com/fyne-io/fyne/blob/master/widget/markdown_test.go and that there is no sizing in _test and markdown.go so maybe it doesn't exist?

Any help is much appreciated!

DaleEMoore commented 1 year ago

I'm sorry for having posted this in the wrong place! I've tried this place instead.