Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve code syntax for links assignment | Shaform | 2014-05-28 | 1 | -1/+1 |
| | |||||
* | fix links error | Shaform | 2014-05-27 | 1 | -1/+1 |
| | |||||
* | Add reference links support | Shaform | 2014-05-27 | 1 | -3/+2 |
| | | | | This commit resolves #184 | ||||
* | Normalize code language before highlighting | Aaron O'Mullan | 2014-04-17 | 1 | -0/+3 |
| | |||||
* | Disable automatic highlighting | Aaron O'Mullan | 2014-04-16 | 1 | -3/+5 |
| | | | | Fallback to no highlighting rather that potentially funky highlighting | ||||
* | In parse/page remove global marked settings | Aaron O'Mullan | 2014-04-16 | 1 | -12/+10 |
| | | | | | Highlighter settings were global, moved them to the render function (where they should have been) | ||||
* | Quiz with GFM checkbox lists | James Phillpotts | 2014-04-12 | 1 | -10/+54 |
| | |||||
* | Tabular quiz | James Phillpotts | 2014-04-12 | 1 | -0/+18 |
| | |||||
* | Add lexing support for content code in exercises | Aaron O'Mullan | 2014-04-08 | 1 | -0/+2 |
| | | | | #52, #49, #46 | ||||
* | Generate section.id in lexer | Aaron O'Mullan | 2014-04-06 | 1 | -5/+2 |
| | | | | This allows generating correct URLs for our search index | ||||
* | In page parser, lex only if not already lexed | Aaron O'Mullan | 2014-04-06 | 1 | -1/+2 |
| | |||||
* | Move page lexer to separate module | Aaron O'Mullan | 2014-04-06 | 1 | -56/+3 |
| | | | | Allow lexer to be used independently of page parser/renderer | ||||
* | Prevent renderer from mutating sections | Aaron O'Mullan | 2014-04-06 | 1 | -0/+3 |
| | |||||
* | Add basic code language normalization | Aaron O'Mullan | 2014-04-05 | 1 | -1/+4 |
| | |||||
* | Detect exercise language | Aaron O'Mullan | 2014-04-05 | 1 | -0/+12 |
| | | | | And ensure that all code blocks use the same language | ||||
* | Resolve relative links to GitHub repo, fixes #6 | Aaron O'Mullan | 2014-04-02 | 1 | -4/+7 |
| | | | | Useful for linking to blobs and other files … | ||||
* | Merge sections together, fixes #7 | Aaron O'Mullan | 2014-04-02 | 1 | -0/+13 |
| | |||||
* | Fix usage of highlight.js | Samy Pessé | 2014-04-01 | 1 | -2/+7 |
| | |||||
* | Fix #3: Add syntax highlighting | Samy Pessé | 2014-04-01 | 1 | -0/+7 |
| | |||||
* | Filter out empty sections when generating pages | Aaron O'Mullan | 2014-03-31 | 1 | -0/+3 |
| | |||||
* | Generate a unique Id for each section | Aaron O'Mullan | 2014-03-31 | 1 | -0/+5 |
| | |||||
* | Add content & code generation for exercise sections | Aaron O'Mullan | 2014-03-31 | 1 | -9/+28 |
| | |||||
* | Fix bug with exercise classification | Aaron O'Mullan | 2014-03-31 | 1 | -7/+9 |
| | |||||
* | Normalize .md links to .html when rendering pages | Aaron O'Mullan | 2014-03-31 | 1 | -1/+8 |
| | |||||
* | Move summary & page parsing code to lib/parse/ | Aaron O'Mullan | 2014-03-31 | 1 | -0/+62 |