Skip to content

Rendering

These functions all help render markdown in various ways

marquee_grob()
Construct a grob rendering one or more markdown texts
geom_marquee()
Draw text formatted with marquee
element_marquee()
ggplot2 theme element supporting marquee syntax

Styling

These functions helps you specify the visual style used during rendering

style() base_style()
Create a style specification for a single tag
style_set() modify_style() remove_style()
Create or modify a style set that describes a full markdown text
classic_style()
Classic styling for markdown
relative() em() rem() trbl() skip_inherit() marquee_bullets
Helpers for defining styles

Parsing

While often not needed, these functions helps you work with markdown text before it is rendered

marquee_parse()
Parse a text as marquee
marquee_glue() marquee_glue_data()
Marquee-aware string interpolation