gitignore: ignore Bitmap_VS_SVG.svg#128
Conversation
as mentioned in habemus-python#98 (comment), habemus-python#97 (comment) This image is often added in our PRs. I think that, as it is autodownlaoded it should be ignored by git entirely
|
sounds good (although probably even better solution would be to download it to some out-of-repo temporary folder?) |
Probably yes. I'd even say that this downloading code should not be there. Instead, we should be able to include images like in usual markdown with |
But on the other side, if we'd keep the practices of not repeating the code, I think that refering the image with a link sounds better. |
|
but is there a way to handle the download by Quarto? |
|
Yes! After some testing turns out that the Wikipedia is an issue. 
But when trying to download some "simply" hosted image: It works fine. To download from wikipedia, we probably should either use some dedicated bot api or force quarto to set it's user-agent to something like |
as mentioned in #98 (comment), #97 (comment) This image is often added in our PRs. I think that, as it is autodownlaoded it should be ignored by git entirely