insert_images {checkdown}R 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"))


[Package checkdown version 0.0.12 Index]