We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2953e96 commit 0cd8c3aCopy full SHA for 0cd8c3a
src/utils/mod.rs
@@ -130,7 +130,7 @@ mod tests {
130
fn whitespace_outside_of_codeblock_header_is_preserved() {
131
let input = r#"
132
some text with spaces
133
-```rust
+```rust
134
fn main() {
135
// code inside is unchanged
136
}
@@ -180,7 +180,7 @@ more text with spaces
180
#[test]
181
fn rust_code_block_without_properties_has_proper_html_class() {
182
183
184
```
185
"#;
186
@@ -190,7 +190,7 @@ more text with spaces
190
assert_eq!(render_markdown(input, true), expected);
191
192
193
194
195
196
assert_eq!(render_markdown(input, false), expected);
0 commit comments