Skip to content

Commit 4ad9f20

Browse files
author
jordanmccullough
committed
Replace all svg include with standard image markdown
1 parent 7cafbf9 commit 4ad9f20

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

foundations/beta.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ git version 1.8.2
1515
{% endcapture %}
1616
{% include slide-section %}
1717
{% capture slide %}
18-
{% capture svg_path %}../assets/diagrams/distributed-version-control.svg{% endcapture %}
18+
![svg](../assets/diagrams/distributed-version-control.svg)
1919
{% include svg %}
2020
{% endcapture %}
2121
{% include slide-section %}
@@ -114,7 +114,7 @@ Repositories can be created in numerous ways, including:
114114
* With a GitHub GUI
115115
* With `git init` at the command line
116116

117-
{% capture svg_path %}../assets/diagrams/repo-clone.svg{% endcapture %}
117+
![svg](../assets/diagrams/repo-clone.svg)
118118
{% include svg %}
119119

120120
#### Repository creation concepts
@@ -142,7 +142,7 @@ Repositories can be created in numerous ways, including:
142142
{% endcapture %}
143143
{% include slide-section %}
144144
{% capture slide %}
145-
{% capture svg_path %}../assets/diagrams/what-is-a-commit.svg{% endcapture %}
145+
![svg](../assets/diagrams/what-is-a-commit.svg)
146146
{% include svg %}
147147
{% endcapture %}
148148
{% include slide-section %}
@@ -205,7 +205,7 @@ Git enables repositories to be created both on GitHub, or locally on a developer
205205
{% capture slide %}
206206
### Syncing history
207207

208-
{% capture svg_path %}../assets/diagrams/sync.svg{% endcapture %}
208+
![svg](../assets/diagrams/sync.svg)
209209
{% include svg %}
210210
{% endcapture %}
211211
{% include slide-section %}

0 commit comments

Comments
 (0)