Junyoung Park

Results 4 comments of Junyoung Park

I have a same problem, and find some trick. I think the problem is, window doesn't fire resize event when image loaded. Try : ```js var resizeEvent = window.document.createEvent('UIEvents'); resizeEvent.initUIEvent('resize',...

@jeschkies @owen-d I'm still learning and would love some guidance on this PR. Would someone be willing to review it and give me some feedback?

@jeschkies I merged `main` into my branch. Thank you for checking this pr.

This is a minimal failing example. ``` from markdownify import markdownify as md s = """ Preserved LNER Locomotives """ print(md(s)) ```