-
Currently, when a filename is given in a code environment, it seems not to be possible to display the output from the as when no filename is given. For example, the code below displays its output wheter in html or pdf :
However, the next following code won't display its output:
It would be great if there was an option for choosing to run the code when it has a filename. Also, parameters such as |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The dot prefix before the language means no computation: |
Beta Was this translation helpful? Give feedback.
The dot prefix before the language means no computation:
```{.language}
is equivalent to```language
.This is a feature, thus if you use the dot prefix and brackets, you'll never see outputs and code cells parameters won't have effects, because it's not a code cell, it's a regular code block.