Skip to content

Commit 7085023

Browse files
committed
try to add duplicate warning definition only for knitr
1 parent 3ec9918 commit 7085023

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/resources/schema/cell-textoutput.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,19 @@
6969
7070
Note that this option is supported only for the `revealjs` format.
7171
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+
7285
- name: message
7386
tags:
7487
engine: knitr

0 commit comments

Comments
 (0)