insert_images: Insert multiple images into questions and hints

View source: R/insert_images.R

insert_imagesR Documentation

Insert multiple images into questions and hints

Description

Insert multiple images into questions and hints

Usage

insert_images(
  src,
  alt = "image",
  image_width = "100%",
  image_height = "100%"
)

Arguments

src

image file names

alt

alternate texts for an image in case If a browser cannot find an image

image_width

image widths. Could be absolute value in pixels or percantage.

image_height

image heights. Could be absolute value in pixels or percantage.

Value

returns set of html tags

Author(s)

George Moroz <agricolamz@gmail.com>

Examples


insert_images(c("1.png", "2.png"))


agricolamz/checkdown documentation built on Oct. 27, 2023, 4:02 p.m.