Radish alpha
r
rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE
Radicle CI adapter for native CI
Radicle
Git
fix: display native.yaml as a PRE
Lars Wirzenius committed 2 years ago
commit 8fd5e71c4bf98a8980a5cd8503313ffb9bf1e8e6
parent 3a15387
1 file changed +1 -1
modified src/runlog.rs
@@ -168,7 +168,7 @@ impl RunLog {
                )
                .with_child(
                    Element::new(Tag::Blockquote)
-
                        .with_child(Element::new(Tag::Code).with_text(&text)),
+
                        .with_child(Element::new(Tag::Pre).with_text(&text)),
                );
            doc.push_to_body(&native_yaml);
        }