File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ pub use std::option::Option;
67
67
```
68
68
69
69
Doc comments are markdown, and are currently parsed with the
70
- [ sundown ] [ sundown ] library. rustdoc does not yet do any fanciness such as
70
+ [ hoedown ] [ hoedown ] library. rustdoc does not yet do any fanciness such as
71
71
referencing other items inline, like javadoc's ` @see ` . One exception to this
72
72
is that the first paragraph will be used as the "summary" of an item in the
73
73
generated documentation:
@@ -123,7 +123,7 @@ documentation. There is a search bar at the top, which is powered by some
123
123
JavaScript and a statically-generated search index. No special web server is
124
124
required for the search.
125
125
126
- [ sundown ] : https://github.com/vmg/sundown/
126
+ [ hoedown ] : https://github.com/hoedown/hoedown
127
127
128
128
# Testing the Documentation
129
129
You can’t perform that action at this time.
0 commit comments