From 9331f046f467d4bf5df01d82224d850ff41b29ad Mon Sep 17 00:00:00 2001 From: steveklabnik Date: Mon, 5 Jun 2017 13:14:31 -0400 Subject: [PATCH] fix tests --- src/doc/rustdoc/src/what-is-rustdoc.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/doc/rustdoc/src/what-is-rustdoc.md b/src/doc/rustdoc/src/what-is-rustdoc.md index 09bf8f388e21..54472e35b1b2 100644 --- a/src/doc/rustdoc/src/what-is-rustdoc.md +++ b/src/doc/rustdoc/src/what-is-rustdoc.md @@ -98,6 +98,7 @@ documentation for them as well! `rustdoc` can also generate HTML from standalone Markdown files. Let's give it a try: create a `README.md` file with these contents: +```text # Docs This is a project to test out `rustdoc`. @@ -111,6 +112,7 @@ give it a try: create a `README.md` file with these contents: 1 + 1 } ``` +``` And call `rustdoc` on it: