about summary refs log tree commit diff
path: root/doc/prep.js
AgeCommit message (Collapse)AuthorLines
2014-02-02Move doc/ to src/doc/Alex Crichton-77/+0
We generate documentation into the doc/ directory, so we shouldn't be intermingling source files with generated files
2012-10-05fix escapeYasuhiro Fujii-3/+4
2012-03-20doc: Run language ref through prep.jsBrian Anderson-1/+10
This is so we can strip out support code needed to make the examples work, and as a bonus it does syntax highlighting.
2012-03-20doc: Switch the tutorial to pandoc's method of tagging code blocksBrian Anderson-3/+3
Instead of '## tag', it's '~~~ {.tag}'
2012-01-19Move tutorial over to a format similar to the reference docMarijn Haverbeke-0/+67
And adjust highlighting/testing scripts to deal with this.