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 f34356e commit 6e583ffCopy full SHA for 6e583ff
src/librustdoc/html/markdown/tests.rs
@@ -343,6 +343,14 @@ fn test_ascii_with_prepending_hashtag() {
343
#..#.#....#....#....#..#.
344
345
#..#.####.####.####..##..
346
+</code></pre></div>",
347
+ );
348
+ t(
349
+ r#"```markdown
350
+# hello
351
+```"#,
352
+ "<div class=\"example-wrap\"><pre class=\"language-markdown\"><code>\
353
354
</code></pre></div>",
355
);
356
}
0 commit comments