Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-04 | Use cmark itself to build spec.html. | John MacFarlane | |
Removes build dependency on pandoc. Closes #256. Note: we have lost "smart punctuation," but we can either (a) add an option to do this in the cmark renderer, or (b) insert unicode punctuation in the spec as needed. Not an urgent issue in any case. | |||
2014-12-31 | Omit footer on template. | John MacFarlane | |
2014-12-31 | Added CC-BY-SA license to documentation. | John MacFarlane | |
Closes #55. | |||
2014-11-08 | template.html changes needed to make visible spaces work. | John MacFarlane | |
2014-11-08 | Spec: 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-27 | Fixed watermark. | John MacFarlane | |
- No longer shows blank watermark on recent version. - Fixed broken Makefile. | |||
2014-10-27 | Improved (interact) links in spec. | John MacFarlane | |
- Link now has pointer cursor. - → is converted to tab. Closes #174. | |||
2014-10-27 | Watermark old versions of the spec. | John MacFarlane | |
2014-10-26 | Added (interact) links to spec, to open examples in dingus. | John MacFarlane | |
2014-10-24 | Spec: Made background color for code spans work more consistently. | John MacFarlane | |
Closes #162. | |||
2014-10-24 | Tweaked CSS in spec template so inline code has background color. | John MacFarlane | |
2014-08-13 | Color scheme tweak in spec. | John MacFarlane | |
2014-08-13 | Use template for HTML version of README. | John MacFarlane | |
2014-08-13 | Initial commit | John MacFarlane | |