summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-01-16source highlighting (CodeRay & highlight.js)Dan Allen
2013-01-15organize safe modes in a module, align path normalizationDan Allen
2013-01-15add table of contents when toc attribute is setDan Allen
2013-01-15optimize rendering and add additional configurationDan Allen
2013-01-15Merge remote-tracking branch 'mojavelinux/title-subs' into mojaveRyan Waldron
2013-01-15introduce safe modeDan Allen
2013-01-14fix typo in xmlnodes_at_path test helperDan Allen
2013-01-13ensure section ids are unique + tests & docsDan Allen
2013-01-13move title to abstract block, apply title subsDan Allen
2013-01-13fully-compliance AsciiDoc table support (psv, dsv, csv)Dan Allen
2013-01-10Merge pull request #71 from mojavelinux/list-fixesRyan Waldron
2013-01-10fix bad reference to safe-paths, don't clobber valueDan Allen
2013-01-10additional list test for title on following blockDan Allen
2013-01-10prevent literal & indented content from being too greedyDan Allen
2013-01-09make sure nested labeled lists are found when indentedDan Allen
2013-01-09prevent empty dd element for item w/ multiple termsDan Allen
2013-01-09support square & round brackets in front of link, round brackets around a linkDan Allen
2013-01-09add test for block title carrying over from section to first blockDan Allen
2013-01-09parse document directly instead of chunking into section linesDan Allen
2013-01-09fix for passthrough, quote & anchor subs; register reference methodDan Allen
2013-01-09Merge pull request #68 from mojavelinux/section-numberingRyan Waldron
2013-01-09Merge pull request #64 from mojavelinux/passblockRyan Waldron
2013-01-09section numberingDan Allen
2013-01-09fixes issue #63, options to disable includesDan Allen
2013-01-09implement passthrough blockDan Allen
2013-01-08Merge remote-tracking branch 'mojavelinux/list-reader-rework' into mojaveRyan Waldron
2013-01-07rework list reading to be more compliant & compactDan Allen
2013-01-05Tweak whitespace in a lot of areas for readability and make style tweaks to v...Jeremy McAnally
2013-01-05Silly spacesRyan Waldron
2013-01-05Merge remote-tracking branch 'mojavelinux/embedded-images' into mojaveRyan Waldron
2013-01-05Merge pull request #53 from mojavelinux/calloutsRyan Waldron
2013-01-04(re)implement callouts and callout listsDan Allen
2013-01-04add support for resolving reference and data image URIsDan Allen
2013-01-04fold wrapped list item text aligned with first lineDan Allen
2013-01-04Merge branch 'safe_path'Ryan Waldron
2013-01-04Force file reads through a path-sanitizer to limit access to parent and sibli...Ryan Waldron
2013-01-03ignore escaped anchor, add test for itDan Allen
2013-01-03catalog in lexer & render in apply_subs any inline anchorsDan Allen
2013-01-03fix warningsDan Allen
2013-01-03remove string monkeypatching, process template class in rendererDan Allen
2013-01-03Add DocBook backend templates + loads of improvementsDan Allen
2012-12-31overhaul of inline text parsing & substitutionsDan Allen
2012-12-28rework list items & section partitioningDan Allen
2012-12-28Merge pull request #38 from mojavelinux/pre-endline-fixRyan Waldron
2012-12-25robust and thorough attribute list parsingDan Allen
2012-12-25fix issue #36, preserve endlines in pre blocksDan Allen
2012-12-23add template for openblock and tests for openblock & example blockDan Allen
2012-12-23pass block to process in reader & add testDan Allen
2012-12-23anchor lines can be stacked, last wins; move to loopDan Allen
2012-12-23simplify / tighten up the section & anchor parsingDan Allen