Skip to content

Commit

Permalink
docs: minor edits for clarification of text
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 authored Feb 25, 2025
1 parent 4e978ed commit 1c79575
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/authoring/contents.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ The code above produces the following output:
## Why

`{{{< contents >}}}` increases your freedom in defining the document the most comfortable way you can.
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.
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.

One particularly important reason is that Jupyter notebooks do not allow code cells to "nest" inside markdown, and many of Quarto's features
are defined in terms of fenced divs, Markdown that looks like this:
One particularly important reason is that Jupyter notebooks do not allow code cells to "nest" inside Markdown.
Many of Quarto's features are defined in terms of fenced divs, with Markdown that looks like this:

````markdown
::: {#div-id .class1 .class2 key1="value1"}
Expand Down

0 comments on commit 1c79575

Please sign in to comment.