File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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;
6767```
6868
6969Doc 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
7171referencing other items inline, like javadoc's ` @see ` . One exception to this
7272is that the first paragraph will be used as the "summary" of an item in the
7373generated documentation:
@@ -123,7 +123,7 @@ documentation. There is a search bar at the top, which is powered by some
123123JavaScript and a statically-generated search index. No special web server is
124124required for the search.
125125
126- [ sundown ] : https://github.com/vmg/sundown/
126+ [ hoedown ] : https://github.com/hoedown/hoedown
127127
128128# Testing the Documentation
129129
You can’t perform that action at this time.
0 commit comments