pandoc_quotes: Insert Pandoc argument into YAML to use quotes filter

View source: R/pandoc-quotes.R

pandoc_quotesR Documentation

Insert Pandoc argument into YAML to use quotes filter

Description

To be used as the 'pandoc_args' YAML param in Rmd documents. Configure by setting the 'lang' YAML param ("en"/"cs") in top-level YAML

Usage

pandoc_quotes()

Details

See [LUA filter manual](https://github.com/pandoc/lua-filters/blob/master/pandoc-quotes.lua/man/pandoc-quotes.lua.md) for more granular settings.

Value

RETURN_DESCRIPTION

Examples

# output:
#   html_document:
#     pandoc_args: !expr ptrr::pandoc_quotes()

petrbouchal/ptrr documentation built on Oct. 10, 2024, 7:21 a.m.