fix: broken image markdown
This commit is contained in:
parent
204f1d3a1b
commit
44c1727846
1
.tool-versions
Normal file
1
.tool-versions
Normal file
@ -0,0 +1 @@
|
|||||||
|
nodejs 12.22.4
|
@ -29,6 +29,6 @@
|
|||||||
"nodemon": "^1.12.1"
|
"nodemon": "^1.12.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "8"
|
"node": "12"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -68,7 +68,9 @@ Think one laptop, with one person on the keys, and a group of people gathered ar
|
|||||||
Having 8 people trying to decide what to code, without any prior spec or discussion went about as well as you'd expect. The code jumped around a bit and we had to backtrack at some point but the biggest challenged we faced was getting to grips with a MacBook keyboard. Who knew that they didn't have all the keys needed?
|
Having 8 people trying to decide what to code, without any prior spec or discussion went about as well as you'd expect. The code jumped around a bit and we had to backtrack at some point but the biggest challenged we faced was getting to grips with a MacBook keyboard. Who knew that they didn't have all the keys needed?
|
||||||
|
|
||||||
<figure class="center" markdown="1">
|
<figure class="center" markdown="1">
|
||||||
|
|
||||||
![MacBook symbol]({{ site.url }}/images/macbook-alt-symbol.PNG)
|
![MacBook symbol]({{ site.url }}/images/macbook-alt-symbol.PNG)
|
||||||
|
|
||||||
<figcaption>WTF is this supposed to be?</figcaption>
|
<figcaption>WTF is this supposed to be?</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user