summaryrefslogtreecommitdiffstats
path: root/lib/parse
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | In string not code
* Improve navigation from 1st chapter back to introAaron O'Mullan2014-03-311-1/+7
| | | | 1st chapter’s prev, now links to the intro page
* Fix previous/next chapter navigationAaron O'Mullan2014-03-311-7/+12
|
* Add parse.navigation moduleAaron O'Mullan2014-03-312-0/+69
| | | | With tests
* Change summary data formatAaron O'Mullan2014-03-311-3/+2
| | | | | Simplify chapter objects, by making them identical to article objects besides the .articles attribute
* 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