summaryrefslogtreecommitdiff
path: root/panfry/page.py
AgeCommit message (Collapse)AuthorFilesLines
2013-09-23Ignore fenced code blocks when looking for headingsScott Bahling1-0/+11
2013-07-18Implement multi-level documentation handlingScott Bahling1-1/+8
2013-04-12Implement json TOCScott Bahling1-25/+4
2013-03-23Performance improvmentScott Bahling1-0/+3
If page source format is markdown, don't convert when calling Page.markdown property; just pass the source directly.
2013-03-23Make sure we parse markdownScott Bahling1-2/+6
Cache markdown after first call.
2013-03-23Improve header id generationScott Bahling1-1/+8
2013-03-23FixScott Bahling1-0/+1
2013-03-23Fix generation of cross page header referencingScott Bahling1-7/+15
2013-03-19Implement full table of contents generationScott Bahling1-3/+16
By default panfry now generates a full table of contents navigation for split page documents. This means the TOC navitation has links to all pages and page sections. Simple, page only level table of contents can be switched on by passing the --simple-toc option.
2013-03-19Cleanup and prepare for full level TOC generationScott Bahling1-21/+50
2013-03-17initial commitScott Bahling1-0/+59