IQ_bullet_list: Create bullet point list

View source: R/ph_with_classes.R

IQ_bullet_listR Documentation

Create bullet point list

Description

Allows to create a formatted bullet point list using basic elements of markdown syntax.

Usage

IQ_bullet_list(...)

bullet_list(...)

Arguments

...

Each bullet point is entered as a string. The string should start with "*" and can be indented by multiples of two spaces to change the item level. See example.

Value

Object of type bullet_list.

Examples

bl <- IQ_bullet_list(
  "* Bullet point with **bold** and *italic*" ,
  "* Another bullet point",
  "  * Indented by two spaces",
  "  * Another one",
  "* And back to ***really* outer** level",
  "* Some sort of formula `E~rel~ = m\\*c^2^`"
)


IntiQuan/IQSlides documentation built on Jan. 26, 2024, 1 p.m.