summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-07-04resolves #478 make callout bullets non-selectableDan Allen
2013-07-03resolves #470 allow uri to be used in inline imageDan Allen
2013-07-03Merge pull request #476 from mojavelinux/include-uriDan Allen
2013-07-02require allow-uri-read attribute to be set for including content from a uriDan Allen
2013-07-02resolves #445 allow include macro to retrieve data from uriDan Allen
2013-07-02resolves #474 role? can check for role name, add roles methodDan Allen
2013-07-02minor fixesDan Allen
2013-07-02resolves #469, #364, #472 list improvementsDan Allen
2013-07-02look directly on document for icons attributeDan Allen
2013-07-02add note [ci skip]Dan Allen
2013-07-01Merge pull request #468 from lordofthejars/masterDan Allen
2013-07-01code revisionsDan Allen
2013-06-30resolves issue #227 by accepting multiple files as input in CLI interfaceAlex Soto
2013-06-29resolves #465 support percentage column widthsDan Allen
2013-06-29prepare for 0.1.4.preview.2Dan Allen
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