mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
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…
x
Reference in New Issue
Block a user