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!(
|
assert_eq!(
|
||||||
render_markdown(
|
render_markdown(
|
||||||
input,
|
input,
|
||||||
|
|
Loading…
Reference in New Issue