diff --git a/src/basic/Getting started.jl b/src/basic/Getting started.jl index 66e8e14..fda2bba 100644 --- a/src/basic/Getting started.jl +++ b/src/basic/Getting started.jl @@ -1,5 +1,5 @@ ### A Pluto.jl notebook ### -# v0.19.27 +# v0.19.30 #> [frontmatter] #> image = "https://user-images.githubusercontent.com/6933510/174066314-d338f28b-36cf-48e0-981f-dd0f140ad66c.png" @@ -43,11 +43,11 @@ cat = "Ks*;lj" if cat == "Ks*;lj" md"Oh no! Someone messed with my pretty introduction. Change the code above to give our cat a proper name!" else - HTML("""

Well done, your cat is called $cat now. This text gets updated every time you change the name. To see how the magic works, click on the to the left of this text.

""") + HTML("""

Well done, your cat is called $cat now. This text gets updated every time you change the name. To see how the magic works, click on the to the left of this text.

""") end # ╔═╡ 611c28fa-9542-11ea-1751-fbdedcfb7690 -html"""

To edit any code, just click on it. When you're done programming, press the in the lower-right corner of a cell to run the code. You can also use `Shift+Enter` if you are in a hurry.

""" +html"""

To edit any code, just click on it. When you're done programming, press the in the lower-right corner of a cell to run the code. You can also use Shift+Enter if you are in a hurry.

""" # ╔═╡ 6f7eecec-9543-11ea-1284-dd52fce3ecca md"I feel like our cat needs a friend. Let's call them $(friend)." @@ -60,7 +60,7 @@ else end # ╔═╡ f112b662-9543-11ea-3dcb-2906a99b2188 -html"""

A cell is a container for code & output. To add one, click on the above or below another cell. You can do it wherever you like. After you're done writing code in your cell, remember to run it!

""" +html"""

A cell is a container for code & output. To add one, click on the above or below another cell. You can do it wherever you like. After you're done writing code in your cell, remember to run it!

""" # ╔═╡ e0642f42-9545-11ea-14ee-fde52cb54ccc md"## Feeding neighbors @@ -105,7 +105,7 @@ else end # ╔═╡ 36cd006a-9551-11ea-3c0c-df8b7f2843c1 -HTML("""

To delete a cell like the one defining $scary_dog, click on the on the right of its code.

""") +HTML("""

To delete a cell like the one defining $scary_dog, click on the on the right of its code.

""") # ╔═╡ fb4e471c-9551-11ea-1ab5-41bbd5de76b8 md""" @@ -137,7 +137,7 @@ else end # ╔═╡ 5edadcd2-9554-11ea-1714-b5b7692c4797 -html"""

We're almost done! It's time to share your amazing story. Scroll to the top of the notebook, and click on to see the export options - or you can always share this notebook's save file. (The file is pure Julia, by the way, and it's runnable! You'll learn more about this in the advanced introduction.)

""" +html"""

We're almost done! It's time to share your amazing story. Scroll to the top of the notebook, and click on to see the export options - or you can always share this notebook's save file. (The file is pure Julia, by the way, and it's runnable! You'll learn more about this in the advanced introduction.)

""" # ╔═╡ 4634c856-9553-11ea-008d-3539195970ea md"## Final notes" @@ -170,6 +170,17 @@ md"**Have fun using Pluto!** _~ Fons van der Plas & Nicholas Bochenski_" +# ╔═╡ f7588ff8-4eac-4c5a-bc06-0983bc4d5ee1 +html""" + +""" + # ╔═╡ Cell order: # ╟─b129ba7c-953a-11ea-3379-17adae34924c # ╟─4d88b926-9543-11ea-293a-1379b1b5ae64 @@ -206,3 +217,4 @@ _~ Fons van der Plas & Nicholas Bochenski_" # ╟─d736e096-9553-11ea-3ba5-277afde1afe7 # ╟─7366f1b6-954c-11ea-3f68-b12444c902c3 # ╟─1deaaf36-9554-11ea-3dae-85851f73dbc6 +# ╟─f7588ff8-4eac-4c5a-bc06-0983bc4d5ee1