summary refs log tree commit diff
path: root/src/doc/rustdoc
diff options
context:
space:
mode:
authorsteveklabnik <steve@steveklabnik.com>2017-06-05 13:14:31 -0400
committersteveklabnik <steve@steveklabnik.com>2017-06-05 13:14:31 -0400
commit9331f046f467d4bf5df01d82224d850ff41b29ad (patch)
tree4eb6a17c1667de38aa9430bbbce53c9c2ca97746 /src/doc/rustdoc
parent2f0dc04bb5fbb61f66e5cc2d145dfe3f4614a597 (diff)
downloadrust-9331f046f467d4bf5df01d82224d850ff41b29ad.tar.gz
rust-9331f046f467d4bf5df01d82224d850ff41b29ad.zip
fix tests
Diffstat (limited to 'src/doc/rustdoc')
-rw-r--r--src/doc/rustdoc/src/what-is-rustdoc.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc/rustdoc/src/what-is-rustdoc.md b/src/doc/rustdoc/src/what-is-rustdoc.md
index 09bf8f388e2..54472e35b1b 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: