From 7af9e156696969d84aa0a75b8a1fd3baa9c4da0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Signe=20Kirk=20Br=C3=B8db=C3=A6k?= Date: Mon, 6 Jul 2026 15:26:53 +0200 Subject: [PATCH] fix: :pencil2: use single quotes within fig alt text --- pre-workshop/git-and-github.qmd | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pre-workshop/git-and-github.qmd b/pre-workshop/git-and-github.qmd index 52222f5..0962ee1 100644 --- a/pre-workshop/git-and-github.qmd +++ b/pre-workshop/git-and-github.qmd @@ -32,9 +32,8 @@ example image below. ![File naming in a commonly used informal "version control".](/images/informal-version-control.jpg){#fig-informal-version-control -fig-alt="A screenshot of a file explorer showing multiple versions of -different files with names like "draft.txt", "draft1.txt", and -"draft_final.txt"."} +fig-alt="A screenshot of a file explorer showing multiple versions of different +files with names like 'draft.txt' , 'draft1.txt' , and 'draft_final.txt'."} Does the above image look familiar? While it may exaggerate what some people's "versioning" looks like, it is the most common approach people