Skip to content

Commit 3a3af93

Browse files
lwjohnst86github-actions[bot]
authored andcommitted
docs: minor edits for clarification of text
(cherry picked from commit 1c79575)
1 parent 6bf4b8e commit 3a3af93

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)