summaryrefslogtreecommitdiffstats
path: root/lib/parse/lex.js
Commit message (Collapse)AuthorAgeFilesLines
* Clear folderSamy Pessé2015-01-191-79/+0
|
* Split section classification to separate filesAaron O'Mullan2014-10-131-53/+3
| | | | | Maybe have a sections folder in the future and one per type (quiz/exercise/normal) ?
* Replace "marked" with "kramed"Aaron O'Mullan2014-07-301-2/+2
|
* Add reference links supportShaform2014-05-271-0/+4
| | | | This commit resolves #184
* Fix #100: fix section test isQuizSamy Pessé2014-04-161-1/+1
|
* Refactor, document, improve section type detectionAaron O'Mullan2014-04-121-18/+45
| | | | Especially for quiz types
* Quiz with GFM checkbox listsJames Phillpotts2014-04-121-10/+11
|
* Tabular quizJames Phillpotts2014-04-121-0/+16
|
* Improve section detection, fixes #68Aaron O'Mullan2014-04-101-5/+9
|
* Add lexing support for content code in exercisesAaron O'Mullan2014-04-081-1/+4
| | | | #52, #49, #46
* Generate section.id in lexerAaron O'Mullan2014-04-061-0/+11
| | | | This allows generating correct URLs for our search index
* Move page lexer to separate moduleAaron O'Mullan2014-04-061-0/+63
Allow lexer to be used independently of page parser/renderer