Fix formatting

This commit is contained in:
Michael Howell 2021-09-18 16:59:59 -07:00
parent 924b4bfc2e
commit 0dd350d3d1
1 changed files with 2 additions and 1 deletions

View File

@ -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,