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")
|
/// #let text = read("data.html")
|
||||||
///
|
///
|
||||||
/// An HTML file could look like this: \
|
/// An example for a HTML file:\
|
||||||
/// #raw(text, lang: "html")
|
/// #raw(text, lang: "html")
|
||||||
/// ```
|
/// ```
|
||||||
///
|
///
|
||||||
@ -21,7 +21,7 @@ use crate::prelude::*;
|
|||||||
/// - path: EcoString (positional, required)
|
/// - path: EcoString (positional, required)
|
||||||
/// Path to a file.
|
/// Path to a file.
|
||||||
///
|
///
|
||||||
/// - returns: EcoString
|
/// - returns: string
|
||||||
///
|
///
|
||||||
/// ## Category
|
/// ## Category
|
||||||
/// data-loading
|
/// data-loading
|
||||||
|
Loading…
x
Reference in New Issue
Block a user