summaryrefslogtreecommitdiff
path: root/spec/_config.yml
Commit message (Collapse)AuthorAgeFilesLines
* GH-644: Remove static html styling of spec code blocksJanek Bogucki2017-02-231-1/+1
| | | | | | | | Prior to this Jekyll configuration change code blocks were being marked up in a ways that disrupted MathJax styling. Tested as far a possible locally. Confidence mainly drawn from html comparison to working 2.11.x version.
* bump version number in spec from 2.11 to 2.12Seth Tisue2016-09-291-1/+1
|
* use newer Redcarpet to build specSeth Tisue2015-07-151-2/+0
| | | | | now that https://github.com/vmg/redcarpet/issues/494 is fixed we don't need to stay pinned to an outdated version anymore
* Import markdown spec under spec/Adriaan Moors2014-03-271-2/+1
| | | | | | | | | | | | | The bulk of the effort was done in: https://github.com/iainmcgin/scala-ref-markdown/ I just ported it to redcarpet 3.1, added a jekyll build to run on Travis, and fixed some long-standing spec bugs. As described in spec/README.md, for now we're only generating an html page per each chapter with a rudimentary toc index. We'll focus on presenting this more nicely first, and then look into a pdf / single-page html version.
* Jekyll generated html in spec/ directoryAdriaan Moors2014-03-271-0/+11
To avoid confusion, removing artifacts for currently unsupported targets (pdf/single-page html). I'd like to bring those back, but in the mean time let's avoid distractions. Add Travis build.