File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -86,17 +86,23 @@ The `ExecutionEngineDiscovery` interface specifies
8686The `execute` method processes the entire markdown of the document after includes and embeds, and before cell language handlers and Pandoc.
8787
8888For the languages that it claims, it should replace each code block with:
89+
89901. 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.
1011072. Any outputs from executing the code block, depending on `options.format.execute.output`
102108
You can’t perform that action at this time.
0 commit comments