Skip to content

Commit 7a15d3a

Browse files
authored
Merge branch 'fastai:master' into HTMLRendererImprovements
2 parents 1eacd91 + dc110c9 commit 7a15d3a

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

nbs/tutorials/tutorial.ipynb

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1505,24 +1505,24 @@
15051505
"source": [
15061506
"nbdev supports most Quarto features. We encourage you to read the [Quarto documentation](https://quarto.org/) to discover all the features available to you. For example, this is how you can [incorporate Graphviz](https://quarto.org/docs/authoring/diagrams.html#graphviz):\n",
15071507
"\n",
1508-
"```{dot}\n",
1509-
"graph G {\n",
1510-
" layout=neato\n",
1511-
" run -- intr;\n",
1512-
" intr -- runbl;\n",
1513-
" runbl -- run;\n",
1514-
" run -- kernel;\n",
1515-
" kernel -- zombie;\n",
1516-
" kernel -- sleep;\n",
1517-
" kernel -- runmem;\n",
1518-
" sleep -- swap;\n",
1519-
" swap -- runswap;\n",
1520-
" runswap -- new;\n",
1521-
" runswap -- runmem;\n",
1522-
" new -- runmem;\n",
1523-
" sleep -- runmem;\n",
1524-
"}\n",
1525-
"```\n",
1508+
" ```{dot}\n",
1509+
" graph G {\n",
1510+
" layout=neato\n",
1511+
" run -- intr;\n",
1512+
" intr -- runbl;\n",
1513+
" runbl -- run;\n",
1514+
" run -- kernel;\n",
1515+
" kernel -- zombie;\n",
1516+
" kernel -- sleep;\n",
1517+
" kernel -- runmem;\n",
1518+
" sleep -- swap;\n",
1519+
" swap -- runswap;\n",
1520+
" runswap -- new;\n",
1521+
" runswap -- runmem;\n",
1522+
" new -- runmem;\n",
1523+
" sleep -- runmem;\n",
1524+
" }\n",
1525+
" ```\n",
15261526
"\n",
15271527
"It is worth taking a look at the documentation for [figures](https://quarto.org/docs/authoring/figures.html), [callouts](https://quarto.org/docs/authoring/callouts.html), [markdown](https://quarto.org/docs/authoring/markdown-basics.html), [widgets](https://quarto.org/docs/interactive/widgets/jupyter.html), [layouts](https://quarto.org/docs/interactive/layout.html), [conditional content](https://quarto.org/docs/authoring/conditional.html) and [quarto extensions](https://quarto.org/docs/extensions/) to name a few useful things we have encountered."
15281528
]

0 commit comments

Comments
 (0)