about summary refs log tree commit diff
path: root/doc/prep.js
AgeCommit message (Collapse)AuthorLines
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.