Skip to content

Commit 3228dd6

Browse files
committed
markdown source builds
Auto-generated via `{sandpaper}` Source : 622aafd Branch : main Author : erinmgraham <erin.graham@jcu.edu.au> Time : 2026-04-10 04:17:01 +0000 Message : Merge pull request #1112 from martin-raden/patch-1 scale image sizes
1 parent 9932839 commit 3228dd6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

01-basics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,20 @@ think of it as a recording of your progress: you can rewind to start at the base
3838
document and play back each change you made, eventually arriving at your
3939
more recent version.
4040

41-
![](fig/play-changes.svg){alt='A diagram demonstrating how a single document grows as the result of sequential changes'}
41+
![](fig/play-changes.svg){alt='A diagram demonstrating how a single document grows as the result of sequential changes' width="40%"}
4242

4343
Once you think of changes as separate from the document itself, you
4444
can then think about "playing back" different sets of changes on the base document, ultimately
4545
resulting in different versions of that document. For example, two users can make independent
4646
sets of changes on the same document.
4747

48-
![](fig/versions.svg){alt='A diagram with one source document that has been modified in two different ways to produce two different versions of the document'}
48+
![](fig/versions.svg){alt='A diagram with one source document that has been modified in two different ways to produce two different versions of the document' width="60%"}
4949

5050
Unless multiple users make changes to the same section of the document - a
5151
[conflict](../learners/reference.md#conflict) - you can
5252
incorporate two sets of changes into the same base document.
5353

54-
![](fig/merge.svg){alt='A diagram that shows the merging of two different document versions into one document that contains all of the changes from both versions'}
54+
![](fig/merge.svg){alt='A diagram that shows the merging of two different document versions into one document that contains all of the changes from both versions' width="60%"}
5555

5656
A version control system is a tool that keeps track of these changes for us,
5757
effectively creating different versions of our files. It allows us to decide

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"LICENSE.md" "ea0c0c96819430451d30c4cb669e0c64" "site/built/LICENSE.md" "2025-01-25"
44
"config.yaml" "69e678021a92f74f922e53d180d05f47" "site/built/config.yaml" "2023-05-08"
55
"index.md" "a37c98b62b9cd48ff67c51cea5240a1f" "site/built/index.md" "2024-09-29"
6-
"episodes/01-basics.md" "ae7fd7e74b037050fd4e0ce7fc950551" "site/built/01-basics.md" "2025-08-28"
6+
"episodes/01-basics.md" "69958d3c0867518b9b8635c87e6f0fe2" "site/built/01-basics.md" "2026-04-10"
77
"episodes/02-setup.md" "169455416b0e7425b6e3e4a956104471" "site/built/02-setup.md" "2025-01-25"
88
"episodes/03-create.md" "c1198fc3106059d83fd8078d57fbbfef" "site/built/03-create.md" "2024-09-29"
99
"episodes/04-changes.md" "46193fb34b94ef6364215c895cf75ddb" "site/built/04-changes.md" "2026-01-20"

0 commit comments

Comments
 (0)