fix(mdhtml): oops missed this

This commit is contained in:
əlemi 2024-06-07 06:39:02 +02:00
parent 8805622a3b
commit 982b7426ce
Signed by: alemi
GPG key ID: A4895B84D311642C
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -2244,7 +2244,7 @@ dependencies = [
[[package]]
name = "mdhtml"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"comrak",
"html5ever",

View file

@ -102,5 +102,5 @@ pub fn safe_html(text: &str) -> String {
}
tok.end();
tok.sink.0
tok.sink.buffer
}