summaryrefslogtreecommitdiffstats
path: root/lib/parse/summary.js
Commit message (Collapse)AuthorAgeFilesLines
* Add comments to default introduction chapter codeAaron O'Mullan2014-07-311-0/+2
| | | Fixes #388
* Replace "marked" with "kramed"Aaron O'Mullan2014-07-301-4/+4
|
* Improve path normalization when parsing SUMMARY.mdAaron O'Mullan2014-07-291-2/+4
|
* Fix error when chapters list is emptySamy Pessé2014-06-241-4/+6
| | | | Fix GitbookIO/gitbook.io#101 and GitbookIO/gitbook.io#102
* Fix LANGS.md parsingAaron O'Mullan2014-06-171-7/+15
| | | | And cleanup Summary parsing
* Normalize intro node in Summary parsingAaron O'Mullan2014-06-161-5/+22
|
* Remove useless method parseArticleSamy Pessé2014-05-261-4/+0
|
* Parse more than two level in summarySamy Pessé2014-05-261-4/+8
|
* Force forward slashes on SUMMARY.md pathsMatteo Ronchi2014-05-081-1/+1
| | | | | this prevent windows user to generate invalid path on unix OS Reference to issue #39 on gitbook-editor
* Change normalization of parser to give link in .mdSamy Pessé2014-04-041-4/+1
|
* Add level attribute to chapters/articlesAaron O'Mullan2014-03-311-6/+10
|
* Change summary data formatAaron O'Mullan2014-03-311-3/+2
| | | | | Simplify chapter objects, by making them identical to article objects besides the .articles attribute
* Normalize chapter & article pathsAaron O'Mullan2014-03-311-1/+6
|
* Move summary & page parsing code to lib/parse/Aaron O'Mullan2014-03-311-0/+112