Formatting
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
//! Pipeline:
|
||||
//! raw markdown → html-escape → ==X== → <mark>X</mark> → pulldown-cmark → html
|
||||
|
||||
use pulldown_cmark::{html, Options, Parser};
|
||||
use pulldown_cmark::{Options, Parser, html};
|
||||
|
||||
/// Render analysis Markdown to HTML. Safe to inject into an Askama template
|
||||
/// with `{{ var|safe }}` because every `<`/`>` from the LLM is pre-escaped
|
||||
|
||||
Reference in New Issue
Block a user