Compare commits

..

5 Commits

View File

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