diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-10-12 15:49:07 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-10-12 15:49:07 -0400 |
| commit | 2398bfc4065a55bcdd13df5a7f980a7760f5b7ee (patch) | |
| tree | b14b08b17991608f6f365800768b5f75accfdf23 | |
| parent | 1346fffdd835e2fc2fedb3ee86e11d3b3ec85efe (diff) | |
| download | xesite-2398bfc4065a55bcdd13df5a7f980a7760f5b7ee.tar.xz xesite-2398bfc4065a55bcdd13df5a7f980a7760f5b7ee.zip | |
lume/blog/xesite-v4: oops lol
Signed-off-by: Xe Iaso <me@xeiaso.net>
| -rw-r--r-- | lume/src/blog/xesite-v4.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lume/src/blog/xesite-v4.mdx b/lume/src/blog/xesite-v4.mdx index 4978138..f8675ff 100644 --- a/lume/src/blog/xesite-v4.mdx +++ b/lume/src/blog/xesite-v4.mdx @@ -66,7 +66,7 @@ pub fn blockquote(body: Markup) -> Markup { } ``` -This is all fine and dandy, but then the real trouble came in with passing this to lol*html. lol\_html doesn't have the concept of getting the children of a component (because this is designed to do *streaming* replacement of HTML elements), so in order to make this work in lol\_html I can't use that template function. I have to write it like this: +This is all fine and dandy, but then the real trouble came in with passing this to lol\_html. lol\_html doesn't have the concept of getting the children of a component (because this is designed to do *streaming* replacement of HTML elements), so in order to make this work in lol\_html I can't use that template function. I have to write it like this: ```rust use lol_html::{element, RewriteStrSettings}; |
