summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-06-29set version to 0.1.4.preview.1Dan Allen
2013-06-29remove spurious spaceDan Allen
2013-06-29fix pre.nowrap, fix spacing below nested listsDan Allen
2013-06-29remove border for pre > codeDan Allen
2013-06-29remove tt styles in favor of codeDan Allen
2013-06-28resolves #460 properly style floating images (inline & block)Dan Allen
2013-06-27resolves #455 add Markdown-style horizontal rules (w/ restriction)Dan Allen
2013-06-27resolves #457 honor showtitle attribute as alternate to notitle!Dan Allen
2013-06-26fix test failures in renderer test on Ruby 1.8Dan Allen
2013-06-26cleanup template cache handling, improve testsDan Allen
2013-06-26use custom cache instead of Tilt::Cache; cache scan resultDan Allen
2013-06-26resolves #438 add basic template cacheDan Allen
2013-06-25Merge pull request #452 from mojavelinux/font-awesome-3.2.0Dan Allen
2013-06-25use captioned_title convenience method in backendDan Allen
2013-06-24resolves #451 upgrade font awesome to 3.2.0Dan Allen
2013-06-24optimize admonition templateDan Allen
2013-06-24resolves #447 add html-pipeline as source-highlighter optionDan Allen
2013-06-24add captioned_title method to AbstractBlockDan Allen
2013-06-23Merge pull request #443 from mojavelinux/style-instance-variableDan Allen
2013-06-23update zurb foundation to 4.2.2, adjust styles accordinglyDan Allen
2013-06-21resolves #436 move style to instance variableDan Allen
2013-06-21resolves #433 document that the tilt gem is required to use custom backendsDan Allen
2013-06-20resolves #437 allow multiple template directories to be specifiedDan Allen
2013-06-20resolves #406 add option to cli to specify template engineDan Allen
2013-06-18properly handle escaping scenariosDan Allen
2013-06-17Merge pull request #432 from mojavelinux/toc-list-typeDan Allen
2013-06-18resolves #303 pre-wrap literal blocks, add nowrap optionDan Allen
2013-06-17resolves #431 use ul list for TOC in HTML5 backendDan Allen
2013-06-16resolves #428 embed CSS by default, copycss when linkcss is setDan Allen
2013-06-15use option? for checklist, correct option attribute nameDan Allen
2013-06-15add checklist ul class to default stylesheet, use itDan Allen
2013-06-14Merge pull request #426 from mojavelinux/checklistsDan Allen
2013-06-14restrict checkbox matching to ulistDan Allen
2013-06-14Merge pull request #391 from mojavelinux/table-header-conventionDan Allen
2013-06-14Merge pull request #420 from mojavelinux/backtick-roleDan Allen
2013-06-14Merge pull request #422 from mojavelinux/escape-formatted-text-roleDan Allen
2013-06-13resolves #200 add support for checklists in unordered listDan Allen
2013-06-12resolves #423 add option? method to AbstractNodeDan Allen
2013-06-12resolves #421 support escaping the attributes that precede formatted textDan Allen
2013-06-11resolves #419 constrained monospace using backtacks supports roleDan Allen
2013-06-09Merge pull request #412 from mojavelinux/disable-last-updatedDan Allen
2013-06-09Merge pull request #415 from mojavelinux/template-testingDan Allen
2013-06-09Remove require rubygemsPer Andersson
2013-06-09fix tests for testing slim and haml backendsDan Allen
2013-06-07Merge pull request #409 from mojavelinux/flexible-section-numberingDan Allen
2013-06-06use labels for version and last updatedDan Allen
2013-06-06Merge pull request #404 from mojavelinux/docinfo-sub-attrsDan Allen
2013-06-06resolves #393 numbered can still be toggled even when enabled in APIDan Allen
2013-06-06Merge pull request #397 from mojavelinux/attributes-option-typeDan Allen
2013-06-06Merge pull request #402 from mojavelinux/multiple-authors-htmlDan Allen