TIPS

Embed image from google drive to GitHub Markdown

To embed google drive image, follow this step:

  • share your image to the public and copy the url

  • the url usualy have this format: https://drive.google.com/file/d/GOOGLE_IMAGE_ID/view

  • copy GOOGLE_IMAGE_ID to this url: https://drive.google.com/uc?export=view&id=GOOGLE_IMAGE_ID

  • embed it with ![Image Alt](embedded google link)

Draft Concept when writing modules

  • What it is

  • Why it is

  • where to use it

  • when to use it

  • who uses it (by use case)

  • How to use it (by use case)

Last updated