render_content: Render markup from a templating engine into HTML

View source: R/render.R

render_contentR Documentation

Render markup from a templating engine into HTML

Description

Render markup from a templating engine into HTML

Usage

render_content(text, ...)

## S3 method for class 'brew'
render_content(text, ...)

## S3 method for class 'rmd'
render_content(
  text,
  options = c("fragment_only", "smartypants", "base64_images"),
  ...
)

## S3 method for class 'md'
render_content(
  text,
  options = c("fragment_only", "smartypants", "base64_images"),
  ...
)

## S3 method for class 'markdown'
render_content(
  text,
  options = c("fragment_only", "smartypants", "base64_images"),
  ...
)

## S3 method for class 'rhtml'
render_content(text, ...)

## Default S3 method:
render_content(text, ...)

Arguments

text

character string with markup to feed to the appropriate conversion engine.

...

further arguments passed to or from other methods.

options

options passed to markdownToHTML


jiho/yssr documentation built on Feb. 4, 2023, 7:48 p.m.