From 25ca1013b90f4695c4c8e632c1bff0f7e651e9a6 Mon Sep 17 00:00:00 2001 From: Alex Coleman Date: Tue, 9 Aug 2022 20:38:47 +0100 Subject: [PATCH] added lines about public domain images --- episodes/markdown.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/episodes/markdown.md b/episodes/markdown.md index 565aefa1..fdc57704 100644 --- a/episodes/markdown.md +++ b/episodes/markdown.md @@ -215,9 +215,11 @@ Let's do an exercise to try out writing more markdown. > ## Note about image use and attribution > When using images on your website that you don't own, it's important to reuse the -content responsibly. +content responsibly. > This means ensuring that the image owner has given permission for the image to be reused and that the image includes appropriate attribution to the owner. > If you're unsure about the availability of an image you can always contact the owner or check if a license is provided alongside the image which may include conditions for reuse. +> Anyone can re-use and edit Public Domain images so searching for images in the public domain can be a good way to find images for your website. +> However, it is still good practice to give credit when possible, even for public domain images. {: .callout } We will continue to use Markdown and learn more throughout the rest of the lesson.