summaryrefslogtreecommitdiff
path: root/docs/src/tutorial/3-advanced.md
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-02-15 23:32:13 +0100
committerLaurenz <laurmaedje@gmail.com>2023-02-15 23:32:13 +0100
commitf60d344621a47726da7b9fbe7163b2a3fbc3f9ff (patch)
tree5d6d6d2dc3f66b456eb20b597e276cebcd929465 /docs/src/tutorial/3-advanced.md
parent310c229c610654b6370157b605086a9daa977a96 (diff)
Fix tutorial previews
Diffstat (limited to 'docs/src/tutorial/3-advanced.md')
-rw-r--r--docs/src/tutorial/3-advanced.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/tutorial/3-advanced.md b/docs/src/tutorial/3-advanced.md
index ab65008c..49eb8e31 100644
--- a/docs/src/tutorial/3-advanced.md
+++ b/docs/src/tutorial/3-advanced.md
@@ -202,7 +202,7 @@ Another tweak could be to save the paper title in a variable, so that we do not
have to type it twice, for header and title. We can do that with the `{let}`
keyword:
-```example
+```example:single
#let title = [
A fluid dynamic model
for glacier flow
@@ -274,7 +274,7 @@ the document as a parameter. We have called the parameter `rest` here, but you
are free to choose any name. The function can then do anything with this
content. In our case, it passes it on to the `columns` function.
-```example
+```example:single
>>> #let title = [
>>> A fluid dynamic model
>>> for glacier flow