Rich markdown conversion result from HTML processing.
@type t() :: %Kreuzcrawl.MarkdownResult{ citations: boolean(), content: String.t() | nil, document_structure: String.t() | nil, fit_content: String.t() | nil, tables: [String.t()], warnings: [String.t()] }