arl_html_vignette: HTML vignette format with Arl syntax highlighting

View source: R/knitr-engine.R

arl_html_vignetteR Documentation

HTML vignette format with Arl syntax highlighting

Description

A wrapper around html_vignette that passes --syntax-definition to Pandoc so that {arl} code blocks receive proper syntax highlighting.

Usage

arl_html_vignette(pandoc_args = NULL, check_title = TRUE, ...)

Arguments

pandoc_args

Additional Pandoc arguments (merged with the syntax-definition argument added automatically).

check_title

Whether to check that the vignette title matches the VignetteIndexEntry. Set to FALSE for pkgdown-only articles that intentionally omit a VignetteIndexEntry.

...

Arguments passed to html_vignette.

Value

An R Markdown output format object.


arl documentation built on March 19, 2026, 5:09 p.m.