mirror of https://github.com/stelzo/typst.git
Correct plain text docs
This commit is contained in:
parent
4119e46a6e
commit
a12bc3a797
|
|
@ -13,7 +13,7 @@ use crate::prelude::*;
|
|||
/// ```
|
||||
/// #let text = read("data.html")
|
||||
///
|
||||
/// An HTML file could look like this: \
|
||||
/// An example for a HTML file:\
|
||||
/// #raw(text, lang: "html")
|
||||
/// ```
|
||||
///
|
||||
|
|
@ -21,7 +21,7 @@ use crate::prelude::*;
|
|||
/// - path: EcoString (positional, required)
|
||||
/// Path to a file.
|
||||
///
|
||||
/// - returns: EcoString
|
||||
/// - returns: string
|
||||
///
|
||||
/// ## Category
|
||||
/// data-loading
|
||||
|
|
|
|||
Loading…
Reference in New Issue