This commit is contained in:
2025-09-06 21:49:55 -05:00
parent 271c5f8f28
commit ced39aa878
3 changed files with 7 additions and 23 deletions
-1
View File
@@ -6,7 +6,6 @@ use markdown::{Constructs, Options, ParseOptions};
use markdown::mdast::Node;
use serde::Deserialize;
use thiserror::Error;
use crate::fleen_app::FleenError;
/// The things we might return from trying to render a file
#[derive(Clone, PartialEq, Debug)]