Compare commits

..

5 Commits

View File

@ -147,7 +147,7 @@ impl SyntaxHighlighterAdapter for TreesitterSyntaxAdapter {
} }
} }
} else { } else {
write!(output, "{}", String::from(code))? raw_block()?;
} }
Ok(()) Ok(())