summaryrefslogtreecommitdiff
path: root/test/fixtures/custom-backends
AgeCommit message (Collapse)Author
2019-11-28resolves #3491 allow template to override outline (PR #3493)Nik Everett
Allows plugging a template in to the html5 converter's outline node by replacing all direct calls to `convert_outline` with calls to the to the conversion named `outline`.
2019-02-07resolves #3056 create a template converter even if backend is not recognized ↵Dan Allen
(PR #3057)
2019-02-05resolves #3005 remove the converter for the docbook45 backend (PR #3040)Dan Allen
- remove the DocBook45Converter class - remove accomodations in DocBook5Converter for DocBook 4.5 - don't register the docbook45 backend name in the converter registry - drop docbook45 from the backend CLI option values - don't mention DocBook 4.5 in the man page - don't mention DocBook 4.5 in the CLI usage statement - update tests to use DocBook 5 instead of DocBook 4.5
2019-01-09resolves #3006 fix deprecated ERB trim mode (PR #3007)Dan Allen
- use 0 instead of < - augment test to verify behavior of trim mode - remove encoding setting from ERB template
2017-09-14eliminate remaining warnings in test suiteDan Allen
2014-02-27make document parsing a discrete step, make Reader accessible as property on ↵Dan Allen
Document - pull parsing out of Document#initializer and make it a discrete step - don't parse Document on creation unless :parse option is true - make Reader accessible as a read-only property on Document - rewrite reader tests to use Reader created by Document - optimize access to instance variables in Document#initializer - use requested ERB implementation in TemplateConverter, add tests
2013-06-20resolves #437 allow multiple template directories to be specifiedDan Allen