aboutsummaryrefslogtreecommitdiffstats
path: root/lib/src/render.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/src/render.rs')
-rw-r--r--lib/src/render.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/src/render.rs b/lib/src/render.rs
index 5548d2d..9df29a2 100644
--- a/lib/src/render.rs
+++ b/lib/src/render.rs
@@ -1,6 +1,7 @@
use ogmarkup::generator::Output;
use ogmarkup::typography::Space;
+#[derive(Serialize)]
pub struct Html(String);
impl Html {