summaryrefslogtreecommitdiffstats
path: root/lib/page
Commit message (Collapse)AuthorAgeFilesLines
* Fix page.toHTML by using .content directlySamy Pessé2016-02-201-2/+1
|
* Add new gitbook-markdown and gitbook-asciidocSamy Pessé2016-02-201-1/+1
|
* Add detection of text direction and provide: 'page.dir'Samy Pessé2016-02-181-1/+10
|
* Fix path calcul to be coherantSamy Pessé2016-02-182-10/+25
|
* Glossary should be output as a normal pageSamy Pessé2016-02-182-9/+2
|
* Add "level" to TOCArticleSamy Pessé2016-02-181-0/+1
|
* Add filter resolveAsset to template for websiteSamy Pessé2016-02-181-1/+0
|
* Ignore headings for annotationsSamy Pesse2016-02-171-1/+1
|
* Improve annotation with glossary termsSamy Pesse2016-02-172-11/+119
|
* Generate index.html instead of README.htmlSamy Pessé2016-02-171-18/+0
|
* Add type to file object in templating contextSamy Pessé2016-02-171-1/+2
|
* Use same json for page context and json buildsSamy Pessé2016-02-171-1/+2
|
* Fix addBlock for template engineSamy Pessé2016-02-151-1/+7
| | | | Add test for code block
* Complete page.previous and page.next variablesSamy Pessé2016-02-151-2/+4
|
* Add test for file variables in templatingSamy Pessé2016-02-141-0/+5
|
* Move conrefs to a separate mixinSamy Pessé2016-02-142-6/+8
|
* Add .next and .prev to TOCArticleSamy Pessé2016-02-141-1/+5
|
* Add help chapter about variablesSamy Pessé2016-02-141-6/+15
|
* Add code blocks normalizationSamy Pessé2016-02-142-30/+74
|
* Complete test for convertion of svgsSamy Pesse2016-02-131-0/+8
|
* Add conversion of svg to png for assets inlinerSamy Pesse2016-02-122-3/+36
|
* Add pipeline to outline svg as pngSamy Pesse2016-02-122-2/+29
|
* Separate output in FolderOutput and baseSamy Pesse2016-02-121-16/+4
|
* Remove concept of generator, to merge it with OutputSamy Pesse2016-02-121-2/+3
|
* Replace links to page of summary by html linksSamy Pesse2016-02-121-5/+26
|
* Page output a simple html stringSamy Pesse2016-02-112-16/+45
|
* Add base for normalizing htmlSamy Pesse2016-02-112-0/+178