Skip to content

Commit 66b3dd8

Browse files
line breaks for proper markdown
1 parent 5aa8437 commit 66b3dd8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/extensions/engine.qmd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,17 +86,23 @@ The `ExecutionEngineDiscovery` interface specifies
8686
The `execute` method processes the entire markdown of the document after includes and embeds, and before cell language handlers and Pandoc.
8787
8888
For the languages that it claims, it should replace each code block with:
89+
8990
1. If `options.format.execute.echo` is true, the same code block in non-executable syntax, e.g. if the input is
91+
9092
````markdown
9193
```{{python}}
9294
```
9395
````
96+
9497
Then the output should be
98+
9599
````markdown
96100
``` {.python}
97101
```
98102
````
103+
99104
adding other classes and attributes as appropriate.
105+
100106
If `echo` is false, the code should not be output.
101107
2. Any outputs from executing the code block, depending on `options.format.execute.output`
102108

0 commit comments

Comments
 (0)