about summary refs log tree commit diff
path: root/src/rt/sundown/html
AgeCommit message (Collapse)AuthorLines
2014-05-03rustdoc: Migrate from sundown to hoedownAlex Crichton-1330/+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
2013-09-30Expand tidy to prevent binaries from being checkedAlex Crichton-0/+0
Closes #9621
2013-09-25rustdoc: Add sundown to src/rt/Alex Crichton-0/+1330
This also starts compiling it in the same manner as linenoise, it's just bundled with librustrt directly, and we export just a few symbols out of it.