Correct plain text docs

This commit is contained in:
Martin Haug 2022-12-29 19:00:28 +01:00
parent 4119e46a6e
commit a12bc3a797

View File

@ -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