Skip to content

Commit 1d64321

Browse files
authored
Merge pull request #1566 from lwjohnst86/patch-2
2 parents 4e978ed + 1c79575 commit 1d64321

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/authoring/contents.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"}

0 commit comments

Comments
 (0)