From fe8f43030a710eeee1043061145abf2b47c5e601 Mon Sep 17 00:00:00 2001 From: Brian Campbell Date: Sat, 4 Oct 2014 13:42:23 -0400 Subject: [PATCH] docs: Reference hoedown instead of sundown --- src/doc/rustdoc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/rustdoc.md b/src/doc/rustdoc.md index 07a93e58456b9..f5fbad960a3f5 100644 --- a/src/doc/rustdoc.md +++ b/src/doc/rustdoc.md @@ -67,7 +67,7 @@ pub use std::option::Option; ``` Doc comments are markdown, and are currently parsed with the -[sundown][sundown] library. rustdoc does not yet do any fanciness such as +[hoedown][hoedown] library. rustdoc does not yet do any fanciness such as referencing other items inline, like javadoc's `@see`. One exception to this is that the first paragraph will be used as the "summary" of an item in the generated documentation: @@ -123,7 +123,7 @@ documentation. There is a search bar at the top, which is powered by some JavaScript and a statically-generated search index. No special web server is required for the search. -[sundown]: https://github.com/vmg/sundown/ +[hoedown]: https://github.com/hoedown/hoedown # Testing the Documentation