Skip to content

Commit 934567b

Browse files
committed
chore: slight rewording
1 parent 067b78d commit 934567b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/authoring/lipsum.qmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ Here's an example of `lipsum` generating two paragraphs of text, by adding `{{{<
3131
- `{{{< lipsum nparas >}}}`: `nparas` describes the number of paragraphs of placeholder text to include in the document.
3232
- `{{{< lipsum start-end >}}}`: `start` and `end` are two numbers that describe the range of lorem ipsum paragraphs to include in the document.
3333

34-
`lipsum` generates the placeholder text in a deterministic way[^1], so the same parameters will always generate the same text, but using `random=true` will generate a paragraph or random set of paragraphs.
34+
`lipsum` produces placeholder text in a predictable manner[^1]. This means that the same parameters will always yield identical text.
35+
However, you can choose to set `random=true` to generate a paragraph or a random collection of paragraphs.
36+
3537

3638
- `{{{< lipsum 1 random=true >}}}`: This will generate a single paragraph of random lorem ipsum text.
3739

0 commit comments

Comments
 (0)