Derive debug for markdown::Rendered
This commit is contained in:
parent
f2f3bed080
commit
5f1f9efe7a
|
@ -16,6 +16,7 @@ use context::RenderContext;
|
|||
|
||||
const CONTINUE_READING: &str = "<p><a name=\"continue-reading\"></a></p>\n";
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct Rendered {
|
||||
pub body: String,
|
||||
pub summary_len: Option<usize>,
|
||||
|
|
Loading…
Reference in a new issue