RawInline: Raw Inline

View source: R/pandocfilters.R

RawInlineR Documentation

Raw Inline

Description

Constructs an inline object of type "RawInline".

Usage

RawInline(format, x)

Arguments

format

a character string giving the format (e.g. "latex", "html")

x

a character string giving the inline

Examples

RawInline("latex", "some RawInline")

pandocfilters documentation built on Aug. 12, 2022, 1:05 a.m.