Skip to content

Commit

Permalink
Update inline-code.qmd (#1326)
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaem authored Sep 10, 2024
1 parent 5fc3725 commit 33f56f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/computations/inline-code.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Each of the expressions above will render (unevaluated) as `` `{{python}} x` ``

## Engine Binding

If you use inline expressions in a document that does not have any other executable code blocks then you should explicitly set the `engine` document option to ensure that your expressions are evaluated (automatic engine binding works for blocks but not inlines). For example:
If you use inline expressions in a document that does not have any executable code blocks then you should explicitly set the `engine` document option to ensure that your expressions are evaluated (automatic engine binding works for blocks but not inlines). For example:

``` markdown
---
Expand Down Expand Up @@ -187,4 +187,4 @@ Natively, OJS uses the syntax `${expr}`. For example:

``` markdown
The radius of the circle is ${radius}
```
```

0 comments on commit 33f56f9

Please sign in to comment.