We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1d9823 commit d39dbacCopy full SHA for d39dbac
1 file changed
README.md
@@ -564,6 +564,12 @@ session is in use).
564
defaults to `latex|markdown|png|jpg|svg|plain`. All others default to
565
`verbatim`.
566
567
+* `example`={bool} — Insert a code block containing the Markdown source of the
568
+ code chunk, followed by the rest of the output as normal. This is only
569
+ valid for inline code if the code is in a paragraph by itself. This option
570
+ is currently not compatible with `--only-code-output` and Codebraid Preview.
571
+ This option is intended primarily for documentation about Codebraid.
572
+
573
#### Copying
574
575
* `copy`={chunk name(s)} — Copy one or more named code chunks. When `copy` is
0 commit comments