Tag: github

  • Display image from Google Docs in the Github readme

    The easies way to add an image to the Github readme that I can think of is displaying it from Google Drive. Since the assets are already hosted there. Paste in the link into Readme.md file on github: <a href=”https://drive.google.com/uc?export=view&id=”><img src=”https://drive.google.com/uc?export=view&id=” style=”width: 500px; max-width: 100%; height: auto” title=”Click for the larger version.” /></a> You’ll need…