Skip to content

Commit 9331f04

Browse files
committed
fix tests
1 parent 2f0dc04 commit 9331f04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/doc/rustdoc/src/what-is-rustdoc.md

+2
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ documentation for them as well!
9898
`rustdoc` can also generate HTML from standalone Markdown files. Let's
9999
give it a try: create a `README.md` file with these contents:
100100

101+
```text
101102
# Docs
102103
103104
This is a project to test out `rustdoc`.
@@ -111,6 +112,7 @@ give it a try: create a `README.md` file with these contents:
111112
1 + 1
112113
}
113114
```
115+
```
114116

115117
And call `rustdoc` on it:
116118

0 commit comments

Comments
 (0)