summaryrefslogtreecommitdiffstats
path: root/scripts/MarkdownBook/Document/HTML.pm
Commit message (Expand)AuthorAgeFilesLines
* Support arbitrary loading of format modules.P. J. McDermott2012-08-121-153/+0
* Improve error handling.P. J. McDermott2012-08-121-1/+3
* Comment and clean up code.P. J. McDermott2012-08-121-9/+21
* Add documents to links definitions.P. J. McDermott2012-08-121-0/+6
* Fix missing line break in link definitions.P. J. McDermott2012-08-121-0/+1
* Mostly rewrite output().P. J. McDermott2012-08-121-26/+38
* Don't edit headings in index document.P. J. McDermott2012-08-111-0/+5
* Add chapter numbers to section numbers.P. J. McDermott2012-08-111-0/+1
* Remove type-specific document modules.P. J. McDermott2012-08-111-2/+1
* Remove format-specific book module.P. J. McDermott2012-08-111-0/+1
* Move templating to MarkdownBook::Document::HTML.P. J. McDermott2012-08-101-4/+34
* Move sections method into MarkdownBook::Document.P. J. McDermott2012-08-101-11/+0
* Adjust book and document interfaces.P. J. McDermott2012-08-101-1/+1
* Rewrite section code.P. J. McDermott2012-08-101-28/+15
* Factor format-specific code out of modules.P. J. McDermott2012-08-101-0/+108