summaryrefslogtreecommitdiffstats
path: root/lib/parse
Commit message (Expand)AuthorAgeFilesLines
* In page parser, lex only if not already lexedAaron O'Mullan2014-04-061-1/+2
* Move page lexer to separate moduleAaron O'Mullan2014-04-063-56/+67
* Add base for generating languages indexSamy Pessé2014-04-062-0/+24
* Prevent renderer from mutating sectionsAaron O'Mullan2014-04-061-0/+3
* Add basic code language normalizationAaron O'Mullan2014-04-051-1/+4
* Detect exercise languageAaron O'Mullan2014-04-051-0/+12
* _path is not used anymoreSamy Pessé2014-04-041-2/+2
* Change normalization of parser to give link in .mdSamy Pessé2014-04-042-7/+4
* Fix some typos in libSamy Pessé2014-04-042-1/+2
* Resolve relative links to GitHub repo, fixes #6Aaron O'Mullan2014-04-022-6/+23
* Merge sections together, fixes #7Aaron O'Mullan2014-04-021-0/+13
* Fix #8: Improve page titleSamy Pessé2014-04-022-3/+12
* Expose titles in navigation of current nodesAaron O'Mullan2014-04-021-0/+2
* Fix usage of highlight.jsSamy Pessé2014-04-011-2/+7
* Fix #3: Add syntax highlightingSamy Pessé2014-04-011-0/+7
* Improve animation and display of progress barSamy Pessé2014-04-011-1/+4
* Add progress calculSamy Pessé2014-04-012-1/+39
* Don't add chapters/articles with null paths to navigationAaron O'Mullan2014-04-011-0/+5
* Add level attribute in navigationAaron O'Mullan2014-03-311-0/+3
* Add level attribute to chapters/articlesAaron O'Mullan2014-03-311-6/+10
* Add target _blank support in renderer for external linksAaron O'Mullan2014-03-311-8/+39
* Fix tiny typoAaron O'Mullan2014-03-311-1/+1
* Improve navigation from 1st chapter back to introAaron O'Mullan2014-03-311-1/+7
* Fix previous/next chapter navigationAaron O'Mullan2014-03-311-7/+12
* Add parse.navigation moduleAaron O'Mullan2014-03-312-0/+69
* Change summary data formatAaron O'Mullan2014-03-311-3/+2
* Filter out empty sections when generating pagesAaron O'Mullan2014-03-311-0/+3
* Generate a unique Id for each sectionAaron O'Mullan2014-03-311-0/+5
* Add content & code generation for exercise sectionsAaron O'Mullan2014-03-311-9/+28
* Fix bug with exercise classificationAaron O'Mullan2014-03-311-7/+9
* Normalize .md links to .html when rendering pagesAaron O'Mullan2014-03-312-1/+35
* Normalize chapter & article pathsAaron O'Mullan2014-03-311-1/+6
* Move summary & page parsing code to lib/parse/Aaron O'Mullan2014-03-313-0/+178