Fix formatting
This commit is contained in:
parent
924b4bfc2e
commit
0dd350d3d1
|
@ -673,7 +673,8 @@ more text with spaces
|
|||
```
|
||||
"#;
|
||||
|
||||
let expected = r#"<pre class="syntect playground"><code class="language-rust"></code></pre>"#;
|
||||
let expected =
|
||||
r#"<pre class="syntect playground"><code class="language-rust"></code></pre>"#;
|
||||
assert_eq!(
|
||||
render_markdown(
|
||||
input,
|
||||
|
|
Loading…
Reference in New Issue