summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-29Release 0.1.4.preview.1v0.1.4.preview.1Dan Allen
2013-06-29move default test options to separate methodDan Allen
2013-06-29set version to 0.1.4.preview.1Dan Allen
2013-06-29bring gemspec up to dateDan Allen
2013-06-29Merge pull request #462 from mojavelinux/image-rolesDan Allen
resolves #460 properly style floating images (inline & block)
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
- introduce .thumb (.th) and .related (.rel) classes for further styling
2013-06-28disable linkcss in AsciiDoc compat fileDan Allen
2013-06-27Merge pull request #456 from mojavelinux/markdown-horizontal-rulesDan Allen
resolves #455 add Markdown-style horizontal rules (w/ restriction)
2013-06-27really fix the test for realDan Allen
2013-06-27resolves #455 add Markdown-style horizontal rules (w/ restriction)Dan Allen
2013-06-27Merge pull request #459 from mojavelinux/showtitleDan Allen
resolves #457 honor showtitle attribute as alternate to notitle!
2013-06-27resolves #457 honor showtitle attribute as alternate to notitle!Dan Allen
2013-06-26really fix failing testDan Allen
2013-06-26fix test assertionDan 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-25Merge pull request #446 from mojavelinux/template-cacheDan Allen
resolves #438 add basic template cache
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
resolves #451 upgrade font awesome to 3.2.0
2013-06-25use captioned_title convenience method in backendDan Allen
- also inline the title_div helper method
2013-06-24resolves #451 upgrade font awesome to 3.2.0Dan Allen
- include test that font awesome link is included in HTML head
2013-06-24Merge pull request #449 from mojavelinux/optimize-templatesDan Allen
optimize admonition template
2013-06-24optimize admonition templateDan Allen
2013-06-24Merge pull request #448 from mojavelinux/html-pipeline-highligherDan Allen
resolves #447 add html-pipeline as source-highlighter option
2013-06-24resolves #447 add html-pipeline as source-highlighter optionDan Allen
- also optimize listing & literal template as pure Ruby
2013-06-24add captioned_title method to AbstractBlockDan Allen
2013-06-23Merge pull request #443 from mojavelinux/style-instance-variableDan Allen
resolves #436 move style to instance variable
2013-06-23Merge pull request #444 from mojavelinux/foundation-4.2.2-updateDan Allen
update zurb foundation to 4.2.2, adjust styles accordingly
2013-06-23update zurb foundation to 4.2.2, adjust styles accordinglyDan Allen
2013-06-21resolves #436 move style to instance variableDan Allen
- convenience methods to check/retrieve role and reftext attributes
2013-06-21Merge pull request #442 from mojavelinux/linkattrs-compatDan Allen
resolves #441 add AsciiDoc compat for linkattrs feature
2013-06-20Merge pull request #440 from mojavelinux/document-tiltDan Allen
Document tilt requirement
2013-06-21resolves #433 document that the tilt gem is required to use custom backendsDan Allen
2013-06-20Merge pull request #439 from mojavelinux/multiple-template-dirsDan Allen
resolves #437 allow multiple template directories to be specified
2013-06-21resolves #441 add AsciiDoc compat for linkattrs featureDan Allen
2013-06-20document that -T can be specified multiple timesDan Allen
- also document how the template directory is built
2013-06-20resolves #437 allow multiple template directories to be specifiedDan Allen
2013-06-19Merge pull request #435 from mojavelinux/engine-optionDan Allen
resolves #406 add option to cli to specify template engine
2013-06-20enable invoker test that uses custom backendDan Allen
2013-06-20resolves #406 add option to cli to specify template engineDan Allen
2013-06-19Merge pull request #434 from mojavelinux/tilt-testsDan Allen
add tests for custom (tilt) backends
2013-06-19add tests for custom (tilt) backendsDan Allen
2013-06-18disable e-mail notifications [ci skip]Dan Allen
2013-06-18properly handle escaping scenariosDan Allen
2013-06-18add additional testDan Allen