From f60d344621a47726da7b9fbe7163b2a3fbc3f9ff Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 15 Feb 2023 23:32:13 +0100 Subject: Fix tutorial previews --- docs/src/tutorial/3-advanced.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/src/tutorial/3-advanced.md') 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 -- cgit v1.2.3