summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix parsing of already lexed contentSamy Pessé2014-11-141-1/+1
* Bug fix for issue #493: 2-level or more deep relative links may go wrong when...Delbert2014-11-061-1/+6
* Adapt new page.parse api for testsSamy Pessé2014-11-033-9/+14
* Merge pull request #489 from codepiano/forkSamy Pessé2014-11-032-3/+4
|\
| * Merge branch 'master' of github.com:GitbookIO/gitbook into forkcodepiano2014-11-027-50/+32
| |\
| * | bugfix,init page object's lexed attribute.codepiano2014-10-312-3/+4
* | | Fix #491: handle correctly url without path for linksSamy Pessé2014-11-031-1/+1
| |/ |/|
* | Fix dependency in rendererSamy Pessé2014-11-011-0/+1
* | Remove dependency for path in parserSamy Pessé2014-11-011-5/+2
* | Adapt include in page parsing to works on clientsideSamy Pessé2014-11-016-45/+29
|/
* Normalize template pathsSamy Pessé2014-10-302-5/+5
* Fix #487: Use generated toc as base for ebook generationSamy Pessé2014-10-303-6/+26
* Add 'variables' to book.json docSamy Pessé2014-10-291-0/+3
* Use book.json to store variablesSamy Pessé2014-10-292-20/+2
* Fix small incompatibility mistakeAaron O'Mullan2014-10-152-8/+5
* Add include support, with variables and the whole shebangAaron O'Mullan2014-10-157-53/+100
* Merge pull request #472 from GitbookIO/fix/quizzesAaron O'Mullan2014-10-133-53/+107
|\
| * Allow quiz titles in validationAaron O'Mullan2014-10-131-1/+6
| * Rewrite quiz logic to be more robustAaron O'Mullan2014-10-131-31/+68
| * Split section classification to separate filesAaron O'Mullan2014-10-133-53/+65
* | Ste GitBook as publisherSamy Pessé2014-10-131-0/+1
|/
* Add link to gitbook.gitignoreSamy Pessé2014-10-131-1/+0
* Improve commentsSamy Pessé2014-10-132-8/+0
* Fix default for pdf templatesSamy Pessé2014-10-131-4/+4
* Remove ref to github optionsSamy Pessé2014-10-131-14/+3
* Force type of header and footer templatesSamy Pessé2014-10-132-1/+9
|\
| * Adding options to set header and footer in PDF generationAlexandre Aquiles2014-10-062-2/+10
* | Merge pull request #471 from GitbookIO/feature/multipagesSamy Pessé2014-10-136-36/+11
|\ \
| * | Remove old codesSamy Pessé2014-10-125-32/+4
| * | Generate multiple page for ebookSamy Pessé2014-10-122-8/+11
| |/
* | Fix incorrect page breaks after h1 and h2 divsAaron O'Mullan2014-10-081-1/+2
|/
* Merge pull request #440 from GitbookIO/feature/ebookpluginsSamy Pessé2014-09-175-53/+60
|\
| * Fix correct folder for assetsSamy Pessé2014-09-171-1/+1
| * Use correct resources file for ebookSamy Pessé2014-09-173-6/+12
| * Remove githubIdSamy Pessé2014-09-173-33/+3
| * Add base to use plugins in page formatSamy Pessé2014-09-173-30/+61
* | fix radio input uncheck failedmarkcxz2014-09-101-2/+4
|/
* Write correct glossary to diskSamy Pessé2014-08-191-1/+1
* Show index on glossary pageSamy Pessé2014-08-182-1/+30
* Dump glossary index to glossary_index.jsonSamy Pessé2014-08-182-2/+15
* Remove debugSamy Pessé2014-08-181-3/+0
* Replace kramed-text-renderer referencesAaron O'Mullan2014-08-183-3/+3
* Add glossary indexingAaron O'Mullan2014-08-183-1/+111
* Fix dump typo in glossary's entryId funcAaron O'Mullan2014-08-171-1/+1
* Add "id" attribute to parsed glossary entriesAaron O'Mullan2014-08-171-0/+6
* Base template for glossarySamy Pessé2014-08-171-0/+17
* Parse glossary during buildSamy Pessé2014-08-171-1/+31
* Simplify output of glossary parsing to more simple objectsAaron O'Mullan2014-08-151-3/+8
* Add glossary parserAaron O'Mullan2014-08-112-0/+37
* Normalize markdown rendering with ebook (pdf, epub, mobi)Samy Pessé2014-08-111-1/+1
* Improve readme docSamy Pessé2014-08-111-1/+3
* Fix error with markdown renderingSamy Pessé2014-08-111-5/+5
* Change default fontSamy Pessé2014-08-111-1/+1
* Fix options parsingSamy Pessé2014-08-112-11/+5
* Change links system for sidebarSamy Pessé2014-08-111-9/+1
* Fix defaults for configurationSamy Pessé2014-08-112-2/+19
* Use only default configSamy Pessé2014-08-111-12/+1
* Remove config for github urlsSamy Pessé2014-08-114-124/+95
* Remove html5 cache manifestSamy Pessé2014-08-112-105/+2
* Fix Langs path operator for Windows using 'links.js'Viv-Rajkumar2014-08-111-1/+1
* Fix #278: Add page break between chapters/articlesSamy Pessé2014-08-011-1/+4
* Add comments to default introduction chapter codeAaron O'Mullan2014-07-311-0/+2
* Switch to graceful-fs, fix #373Aaron O'Mullan2014-07-303-3/+3
* Replace "marked" with "kramed"Aaron O'Mullan2014-07-306-18/+18
* Fix resource normalization in when loading pluginsAaron O'Mullan2014-07-302-5/+21
* Fix minor issues with new plugin additionsAaron O'Mullan2014-07-292-20/+32
* Support generating a plugin's book info dynamicallyAaron O'Mullan2014-07-292-69/+113
* Improve path normalization when parsing SUMMARY.mdAaron O'Mullan2014-07-291-2/+4
* Ignore config files by default in fs.listShaform2014-07-131-0/+5
* Fix #303: generate header id the same as githubSamy Pessé2014-07-121-0/+5
* Merge pull request #266 from shaform/ref_linksSamy Pessé2014-07-112-3/+6
|\
| * Merge remote-tracking branch 'upstream/master' into ref_linksShaform2014-06-1714-141/+268
| |\
| * | Improve code syntax for links assignmentShaform2014-05-281-1/+1
| * | fix links errorShaform2014-05-271-1/+1
| * | Add reference links supportShaform2014-05-272-3/+6
* | | Merge pull request #268 from rlmv/masterSamy Pessé2014-07-111-0/+1
|\ \ \
| * | | pass 'rawPath' page path to pluginsRobert Marchman2014-06-241-0/+1
* | | | Merge pull request #354 from citizenmatt/summary_hooksSamy Pessé2014-07-111-6/+24
|\ \ \ \
| * | | | Hooks for summary dataMatt Ellis2014-07-091-6/+24
* | | | | Support code includes for exercisesAaron O'Mullan2014-07-101-3/+9
* | | | | Support importing code snippetsAaron O'Mullan2014-07-112-1/+32
|/ / / /
* | | | Convert links with fragments from md to htmlMatt Ellis2014-07-081-1/+1
|/ / /
* | | Fix error when chapters list is emptySamy Pessé2014-06-241-4/+6
* | | Remove useless (and bad) sort on progressAaron O'Mullan2014-06-201-3/+0
* | | Add csharp language highlight mappingAaron O'Mullan2014-06-181-0/+1
* | | Fix LANGS.md parsingAaron O'Mullan2014-06-172-13/+23
* | | Improve robustness of link utility functionsAaron O'Mullan2014-06-171-3/+11
| |/ |/|
* | Support URLs in "github" configAaron O'Mullan2014-06-161-2/+9
* | Better string slicing in parse.git.githubID()Aaron O'Mullan2014-06-161-1/+1
* | Normalize intro node in Summary parsingAaron O'Mullan2014-06-161-5/+22
* | Remove special case in navigationAaron O'Mullan2014-06-161-22/+1
* | Support custom intro node, fixes #318Aaron O'Mullan2014-06-151-8/+23
* | Skip extra files and folders in copy phase of generationAaron O'Mullan2014-06-151-1/+12
* | Allow external links in summary, fixes #300Aaron O'Mullan2014-06-082-2/+13
* | Remove useless logSamy Pessé2014-06-081-1/+0
* | Fix font size for mono font on pdf outputSamy Pessé2014-06-081-0/+1
* | Fix cover picture for multilangs book convertion to ebookSamy Pessé2014-06-084-3/+34
* | Fix GitbookIO/gitbook.io#69: copy cover files at multi-langs rootSamy Pessé2014-06-071-0/+11
* | Improve meta tags for booksSamy Pessé2014-06-064-34/+51
* | Fix #296: fix static links on windowsSamy Pessé2014-06-062-3/+16