Compare commits

..

5 Commits

View File

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