summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-09-05Merge pull request #619 from mojavelinux/consolidate-toc-attrsDan Allen
2013-09-05resolves #618 consolidate toc attributesDan Allen
2013-09-04resolves #616 add float attribute to image inline macroDan Allen
2013-09-02fix for three or more callouts on a single lineDan Allen
2013-09-02improvements to copycss and pygments stylesheetDan Allen
2013-09-01additional test for #481 that shorthand doesn't clobber explicit optionsDan Allen
2013-08-31resolves #611 don't match fenced code block w/ 4 ticksDan Allen
2013-08-31refactor subs handling on blockDan Allen
2013-08-30optimize callout cataloging and substitutionDan Allen
2013-08-30resolves #607 render icon as alt text if icons are disabledDan Allen
2013-08-30resolves #608 enable role & title attributes for icon inline macroDan Allen
2013-08-30resolves #603 restore callouts to correct source linesDan Allen
2013-08-28rework #455 to pass Markdown horizontal rule testsDan Allen
2013-08-28add and honor interactive option for checklistsDan Allen
2013-08-28fix regression for multiple callouts on a single lineDan Allen
2013-08-27resolves #591 rename include-depth attribute to max-include-depth, set defaul...Dan Allen
2013-08-25only remove leading indent from normal paragraphDan Allen
2013-08-25add test for youtube video in video macroDan Allen
2013-08-25update video embed code, allow service as first positional attributeDan Allen
2013-08-25resolves #587 Add support for external video hosting services in video macroXavier Coulon
2013-08-24allow processors to be activated by stringDan Allen
2013-08-23support the attribute name tag when including content from a single tagDan Allen
2013-08-23unindent literal paragraph with normal styleDan Allen
2013-08-23don't process lines when peeking for section underlineDan Allen
2013-08-23resolves #582 XML comment-style calloutsDan Allen
2013-08-23add test for composite sub in inline pass macroDan Allen
2013-08-23fix false detection of list item with hyphen markerDan Allen
2013-08-22include processor enabled regardless of safe mode, fall back to built-inDan Allen
2013-08-22resolves #100 include processor extensionDan Allen
2013-08-22extension improvementsDan Allen
2013-08-22resolves #79 extension API for document processingDan Allen
2013-08-21add test for depth set on include in nested fileDan Allen
2013-08-21skip include directives when processing comment blocksDan Allen
2013-08-21fix warnings, minor optimizations in ReaderDan Allen
2013-08-21introduce method to calc path relative to base_dirDan Allen
2013-08-21introduce Cursor object to track line infoDan Allen
2013-08-21fix broken tests; remove get* varient of read* methods on ReaderDan Allen
2013-08-21resolves #575, #572 and #581 refactor reader to track include stackDan Allen
2013-08-19make refid lookup smootherDan Allen
2013-08-19resolves #417 update xref to support interdocument referencesDan Allen
2013-08-18Merge pull request #568 from mojavelinux/attribute-missing-undefined-defaultsDan Allen
2013-08-17fix content method on List block to return itemsDan Allen
2013-08-17resolves #523 set defaults for attribute-missing & attribute-undefinedDan Allen
2013-08-17add get_lines and terminate methods to ReaderDan Allen
2013-08-14cleanups and optimizationsDan Allen
2013-08-13resolves #556 print warning/error messages using warnDan Allen
2013-08-13noxmlns attribute disables xmlns in DocBook 4.5Dan Allen
2013-08-13add xmlns to root element in docbook45 backendDan Allen
2013-08-13resolves #411 add DocBook 5 backendDan Allen
2013-08-13optimizations and cleanupsDan Allen