read
Read plain text from a file.
The file will be read and returned as a string.
Example
#let text = read("data.html")
An example for a HTML file:\
#raw(text, lang: "html")

ParametersParameters are the inputs to a function. They are specified in parentheses after the function name.
Parameters are the inputs to a function. They are specified in parentheses after the function name.
path
Path to a file.