You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| path | string | yes |`PATH` env variable for the command |
57
-
| as_file | boolean | yes/true | determines if gem should execute the code chunk as a file, default `true`|
58
-
| stdout | boolean | yes/true | determines if gem should display stdout of the code chunk, default `true`|
59
-
| allow_warnings | boolean | yes/true | determines if gem should allow warnings, default `true`|
60
-
| allow_errors**| boolean | yes/false | determines if gem should TODO: allow errors, default `true`|
61
-
| with_sudo***| boolean | yes/false | tells gem to run the code chunk in sudo |
57
+
| as_file | boolean | yes/true | determines if markdown-gem should execute the code chunk as a file, default `true`|
58
+
| stdout | boolean | yes/true | determines if markdown-gem should display stdout of the code chunk, default `true`|
59
+
| allow_warnings | boolean | yes/true | determines if markdown-gem should allow warnings, default `true`|
60
+
| allow_errors**| boolean | yes/false | determines if markdown-gem should TODO: allow errors, default `true`|
61
+
| with_sudo***| boolean | yes/false | tells markdown-gem to run the code chunk in sudo |
62
62
> -\* the implementation of the default commands by code chunk lang attribute will make this attribute optional
63
63
> -** the functionality for `allow_errors` is not there yet
64
64
> -*** sudo support is not available yet, you can still execute `gem` under sudo, but keep in mind that all code chunks will inherit the sudo privileges
0 commit comments