Created
December 15, 2023 21:32
-
-
Save qin-yu/cb9039b0eda130c4ea14ae330a74e8b1 to your computer and use it in GitHub Desktop.
Revisions
-
qin-yu created this gist
Dec 15, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ When you are not able to embed/add an image from GitHub to your MarkDown files such as a page in Sphinx or Jupyter Book, maybe you are using `blob` instead of `raw` in the image URL. For example, if you use `https://github.com/hci-unihd/plant-seg/raw/assets/images/plantseg_overview.png` then the link is to an image, but `https://github.com/hci-unihd/plant-seg/blob/assets/images/plantseg_overview.png` is to the GitHub page that contains the image. Click to see the difference: - https://github.com/hci-unihd/plant-seg/raw/assets/images/plantseg_overview.png - https://github.com/hci-unihd/plant-seg/blob/assets/images/plantseg_overview.png