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 = "+smartypants-fmarkdown-implicit_figures", ...)

## S3 method for class 'md'
render_content(text, options = "+smartypants-fmarkdown-implicit_figures", ...)

## S3 method for class 'markdown'
render_content(text, options = "+smartypants-fmarkdown-implicit_figures", ...)

## 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 Sept. 8, 2024, 9:07 p.m.