From cab6efd92701f53dd41c5dbdf4d14651d78ad8d6 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sun, 16 Jul 2023 17:22:44 -0400 Subject: xedium groundwork Signed-off-by: Xe Iaso --- lib/xesite_markdown/src/lib.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/xesite_markdown/src') diff --git a/lib/xesite_markdown/src/lib.rs b/lib/xesite_markdown/src/lib.rs index 40d85ab..96cdb09 100644 --- a/lib/xesite_markdown/src/lib.rs +++ b/lib/xesite_markdown/src/lib.rs @@ -121,11 +121,11 @@ pub fn render(inp: &str) -> Result { el.before( &format!( r#" -
-
+
+
{name} is {mood}
-
<{name}> "# +
<{name}> "# ), ContentType::Html, ); -- cgit v1.2.3