From 27489a539a6411353f0e5398cd0fbe0229a485cb Mon Sep 17 00:00:00 2001 From: yangxingyuan Date: Wed, 10 May 2023 08:02:19 +0800 Subject: [PATCH] chore(release): publish v0.1.6 --- crates/plugin_code_block/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/plugin_code_block/src/lib.rs b/crates/plugin_code_block/src/lib.rs index 2a5af30..4e2ab46 100644 --- a/crates/plugin_code_block/src/lib.rs +++ b/crates/plugin_code_block/src/lib.rs @@ -140,6 +140,7 @@ mod tests { #[test] fn test_transform_pre_code_element() { // Create a sample hast node + let mut root = hast::Node::Element(hast::Element { tag_name: "pre".into(), properties: vec![(