summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-07-22localize "Untitled" stringDan Allen
2013-07-22resolves #504 sanitize contents of HTML title element in html5 backendDan Allen
2013-07-20resolves #498 permit !name syntax for undefining attributeDan Allen
2013-07-18Merge pull request #497 from mojavelinux/ignore-undefinedDan Allen
2013-07-14upgrade Font Awesome to 3.2.1Dan Allen
2013-07-13resolves #500 write to specified outfile even when input is stdinDan Allen
2013-07-12resolves #495 add attribute to keep lines that have an undefined attributeDan Allen
2013-07-10use an improved theme for CodeRay source highlightingDan Allen
2013-07-10resolves #381 link to CodeRay stylesheet if linkcss is setDan Allen
2013-07-09Merge pull request #491 from mojavelinux/toc-positionDan Allen
2013-07-10set docname & outfilesuffix based on manname & manvolnumDan Allen
2013-07-10resolves #489 output manpage-specific HTMLDan Allen
2013-07-10resolves #488 parse manpage metadataDan Allen
2013-07-09resolves #467 support toc position for toc2Dan Allen
2013-07-07resolves #481 shorthand for block optionsDan Allen
2013-07-06add has_role? to check if role is present, use role? for exact matchDan Allen
2013-07-05resolves #453 honor directive on first line of AsciiDoc table cellDan Allen
2013-07-05increment preview version for v0.1.4Dan Allen
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