rust/src/librustdoc
Alex Crichton 9306e840f5 rustdoc: Migrate from sundown to hoedown
This primary fix brought on by this upgrade is the proper matching of the ```
and ~~~ doc blocks. This also moves hoedown to a git submodule rather than a
bundled repository.

Additionally, hoedown is stricter about code blocks, so this ended up fixing a
lot of invalid code blocks (ending with " ```" instead of "```", or ending with
"~~~~" instead of "~~~").

Closes #12776
2014-05-03 17:36:20 -07:00
..
html rustdoc: Migrate from sundown to hoedown 2014-05-03 17:36:20 -07:00
clean.rs rustdoc: Put bangs on the names of macros 2014-05-03 02:09:29 -07:00
core.rs rustdoc: Stop requiring a crate ID attribute 2014-05-03 02:09:29 -07:00
doctree.rs rustdoc: External module item links to the module contents. Fixes #12926. 2014-04-27 19:54:31 +09:00
flock.rs Fix fallout from std::libc separation 2014-04-04 09:31:44 -07:00
fold.rs Changed iter::Extendable and iter::FromIterator to take a Iterator by value 2014-03-25 21:49:55 +01:00
lib.rs Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is provided (everywhere but treemap) 2014-04-28 16:45:36 -05:00
markdown.rs Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
passes.rs rustdoc: Make strip_hidden use a dedicated hidden item if any. 2014-04-29 04:01:55 +09:00
plugins.rs libstd: Implement StrBuf, a new string buffer type like Vec, and 2014-04-10 22:10:10 +10:00
test.rs rustdoc: Have no_run imply no_trans 2014-05-03 02:09:30 -07:00
visit_ast.rs rustdoc: Allow forcing inlining of pub use 2014-05-03 02:09:30 -07:00