help="Set the target format for exported files. If you choose either \"All formats defined in document\" or \"First format defined in document\", the formats defined via output_format will be used, see the documenation on rmarkdown::render()."
)
markdownVersion<-rk.XML.radio(
label="Markdown version",
options=list(
"v1"=c(val="1"),
"v2"=c(val="2",chk=TRUE)
),
id.name="markdownVersion",
help="Set the markdown version to use. Older v1 documents are rendered into HTML format only, using the markdown package. If in doubt, leave it to the newer v2; those documents are rendered using pandoc, which allows you to choose between various output formats. But be aware that some formats may require special configuration or templates to produce proper results."