pub(crate) fn splice_aozora_html( comrak_html: &str, lex_out: &BorrowedLexOutput<'_>, ) -> String
Splice every Aozora sentinel in comrak_html into its real HTML rendering, using the registry inside lex_out.
comrak_html
lex_out