File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ The code above produces the following output:
4343## Why
4444
4545` {{{< contents >}}} ` increases your freedom in defining the document the most comfortable way you can.
46- It can simply because you want to write the code in the middle of a different explanation, but you want to result to appear elsewhere.
46+ It can simply be because you want to write the code in the middle of a different explanation, but you want the result to appear elsewhere.
4747
48- One particularly important reason is that Jupyter notebooks do not allow code cells to "nest" inside markdown, and many of Quarto's features
49- are defined in terms of fenced divs, Markdown that looks like this:
48+ One particularly important reason is that Jupyter notebooks do not allow code cells to "nest" inside Markdown.
49+ Many of Quarto's features are defined in terms of fenced divs, with Markdown that looks like this:
5050
5151```` markdown
5252::: {#div-id .class1 .class2 key1="value1"}
You can’t perform that action at this time.
0 commit comments