hackclub / workshops

💽 Website for Hack Club workshops.
https://workshops.hackclub.com/
MIT License
91 stars 34 forks source link

Render external images in external-preview mode #115

Closed karmanyaahm closed 1 year ago

karmanyaahm commented 1 year ago

Instead of fetching images from githubusercontent.com/hackclub/hackclub/${branch}, fetch from githubusercontent.com/${repo}/${branch} - just like markdown is.

See https://workshops.hackclub.com/external-preview/karmanyaahm/onboard/pcb_level_2/ for an example of a page that doesn't work (Inspect Element -> search for githubusercontent to find the nonexistent images).

Closes #114