We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec9918 commit 7085023Copy full SHA for 7085023
src/resources/schema/cell-textoutput.yml
@@ -69,6 +69,19 @@
69
70
Note that this option is supported only for the `revealjs` format.
71
72
+- name: warning
73
+ tags:
74
+ engine: knitr
75
+ schema:
76
+ enum: [true, false, NA]
77
+ default: true
78
+ description:
79
+ short: Include warning in rendered output.
80
+ long: |
81
+ Include warnings in rendered output. Possible values are `true`, `false`, or `NA`.
82
+ If `true`, messages are included in the output. If `false`, messages are not included.
83
+ If `NA`, messages are not included in output but shown in the knitr log to console.
84
+
85
- name: message
86
tags:
87
engine: knitr
0 commit comments