summary refs log tree commit diff
path: root/src/rt/hoedown
AgeCommit message (Collapse)AuthorLines
2014-05-03rustdoc: Migrate from sundown to hoedownAlex Crichton-0/+0
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