Compare commits

..

5 Commits

View File

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