summaryrefslogtreecommitdiffstats
path: root/lib/utils/page.js
Commit message (Collapse)AuthorAgeFilesLines
* Start rewriteSamy Pessé2016-01-221-397/+0
|
* Fix support for encoded entities in filenameSamy Pessé2016-01-131-1/+4
|
* Fix #1041 : fix glossary terms being replaced in script (ex: math)Samy Pessé2015-12-081-1/+1
|
* Correctly generate id if none foundSamy Pessé2015-10-211-5/+13
|
* Fix #974: correctly handle query in image urlsSamy Pessé2015-10-201-1/+1
|
* Start removing search and lunr from coreSamy Pessé2015-10-051-80/+66
|
* Handle html param from code block outputSamy Pessé2015-09-221-3/+4
|
* Jshint all filesSamy Pessé2015-09-151-36/+39
|
* Pass language as kwargs to code blockSamy Pesse2015-09-141-1/+6
| | | | Improve tests for extending code highlighting
* Use block code for highlight pre/codeSamy Pesse2015-09-141-5/+4
| | | | Cleanup correctly predefined blocks
* Remove highlight.js dependencySamy Pesse2015-09-121-5/+1
|
* Fix #761: fix syntax highlighting for asciidocSamy Pessé2015-09-051-0/+5
|
* Add warning for file outside spineSamy Pessé2015-09-041-0/+10
|
* Improve error handling for failed image downloadSamy Pessé2015-09-011-1/+7
|
* Sort glossary before applying it on pagesSamy Pesse2015-05-281-2/+5
|
* Fix #721: use links.join instead of path.join for links in pageSamy Pesse2015-04-231-1/+1
|
* Ignore codeblocks when replacing glossary termsSamy Pessé2015-03-231-0/+3
|
* Highlight codeblocks in gitbook instead than the parsersSamy Pessé2015-03-231-1/+27
|
* Fix #647: Fix links normalization (content and hash)Samy Pessé2015-03-131-5/+5
|
* Ensure inline svgs have xml headerSamy Pessé2015-03-111-1/+1
|
* Fix inline svg extraction on windowsSamy Pessé2015-03-101-1/+1
|
* Fix links normalization on windowsSamy Pessé2015-03-101-2/+2
|
* Fix #628: preserve pure anchor links and hash in relative linksSamy Pessé2015-03-061-3/+9
|
* Fix transformation of README.md links in index.htmlSamy Pessé2015-02-261-2/+4
|
* Escape description in title attr of glossary linkSamy Pessé2015-02-141-1/+1
| | | | Related to #609
* Fix test with post in blocksSamy Pessé2015-02-131-27/+31
|
* Accept post function from block to post process contentSamy Pessé2015-02-121-3/+3
|
* Fix page normalization with empty links or imagesSamy Pessé2015-02-121-0/+2
|
* Fix GitbookIO/plugin-youtube#2: hash remote image for local pathSamy Pessé2015-02-121-3/+6
|
* Fix #595: calcul link to glossary as an absolute pathSamy Pessé2015-02-071-1/+1
|
* Fix #588: Fix replacement of glossary terms by linksSamy Pessé2015-02-061-1/+2
|
* Handle SVG correctly in page normalizationSamy Pessé2015-02-051-1/+8
| | | | Related to mathjax/MathJax-node#65
* Improve logs for images and ebook copySamy Pessé2015-02-041-4/+4
|
* Don't use xmlMode to normalize htmlSamy Pessé2015-01-301-1/+1
|
* Fix support of iframe in html normalizationSamy Pessé2015-01-301-3/+14
|
* Use spaces identationSamy Pessé2015-01-301-24/+24
|
* Download external images in ebook formatSamy Pessé2015-01-291-29/+35
|
* Convert inline svg as png if neededSamy Pessé2015-01-291-3/+36
|
* Fix inline svg image in pageSamy Pessé2015-01-291-1/+1
|
* Fix for good path resolution of svg imageSamy Pessé2015-01-281-2/+2
|
* Fix conversion of svg when cache is emptySamy Pessé2015-01-281-0/+2
|
* Improve svg conversion and links normalizationSamy Pessé2015-01-281-11/+19
|
* Fix absolute path calculSamy Pessé2015-01-281-2/+2
| | | | Add tests for links module
* Improve image conversion to png to avoid doublonsSamy Pessé2015-01-281-21/+42
|
* Use svgexport instead of imagemagickSamy Pessé2015-01-281-1/+1
|
* Handle correctly path starting with "/"Samy Pessé2015-01-281-1/+3
|
* Handle absolute url for images conversion (svg -> png)Samy Pessé2015-01-281-3/+9
|
* Improve error message when imagemagick is not installedSamy Pessé2015-01-281-1/+2
|
* Convert svg images to png in ebookSamy Pessé2015-01-281-3/+72
|
* Write search index to output folderSamy Pessé2015-01-221-1/+16
|
* Write glossary for websiteSamy Pessé2015-01-221-0/+9
|
* Replace glossary terms by links to glossarySamy Pessé2015-01-221-1/+1
|
* Mark glossary terms in html parsedSamy Pessé2015-01-221-1/+70
|
* Normalize paths in html contentSamy Pessé2015-01-191-0/+66