summaryrefslogtreecommitdiff
path: root/template.html
AgeCommit message (Collapse)Author
2014-11-08template.html changes needed to make visible spaces work.John MacFarlane
2014-11-08Spec: better system for designating definitions of terms.John MacFarlane
`[foo](@foo)` turns into an anchor with id `foo` that links to itself and has class `definition`. This allows us to remove the manual `<a>` tags in `spec.txt`. A simple regex substitution in the Makefile handles the transformation. I believe this addresses some of the concerns in #141 by giving the definitions a prominent appearance. Note that we want definitions to link to themselves, to allow users to quickly generate a link to the relevant bit of the spec.
2014-10-27Fixed watermark.John MacFarlane
- No longer shows blank watermark on recent version. - Fixed broken Makefile.
2014-10-27Improved (interact) links in spec.John MacFarlane
- Link now has pointer cursor. - → is converted to tab. Closes #174.
2014-10-27Watermark old versions of the spec.John MacFarlane
2014-10-26Added (interact) links to spec, to open examples in dingus.John MacFarlane
2014-10-24Spec: Made background color for code spans work more consistently.John MacFarlane
Closes #162.
2014-10-24Tweaked CSS in spec template so inline code has background color.John MacFarlane
2014-08-13Color scheme tweak in spec.John MacFarlane
2014-08-13Use template for HTML version of README.John MacFarlane
2014-08-13Initial commitJohn MacFarlane