summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-02-26Bump version numberRyan Waldron
2013-02-20resolve issue #188Dan Allen
2013-02-20numerous cleanups, optimizations and minor fixesDan Allen
2013-02-20merge upstream changesDan Allen
2013-02-19Merge pull request #180 from mojavelinux/remote-image-refRyan Waldron
2013-02-19organize code in Asciidoctor module; optimize block matchDan Allen
2013-02-19proper uri scheme sniffingDan Allen
2013-02-18Merge pull request #179 from mojavelinux/doctype-backend-optionsRyan Waldron
2013-02-18Merge pull request #178 from mojavelinux/title-for-embeddedRyan Waldron
2013-02-13resolves #157 should pass through image with uri referenceDan Allen
2013-02-13resolves #163 support :doctype and :backend keys in options hashDan Allen
2013-02-13resolves #103 include document title when header/footer disabledDan Allen
2013-02-12simpler while loop, add source_lines method to DocumentDan Allen
2013-02-12refactor reader to process attribute entries and directives during parsingDan Allen
2013-02-07fix revinfo line swallowing attribute entryDan Allen
2013-02-04Merge pull request #160 from mojavelinux/render-todir-optionRyan Waldron
2013-02-04Merge pull request #158 from mojavelinux/options-errorsRyan Waldron
2013-02-03update docsDan Allen
2013-02-03fail fast if cannot write file; simplify to_dir calcDan Allen
2013-02-02update commentDan Allen
2013-02-02change failure to warning when extra args detectedDan Allen
2013-02-02resolve issue #156 trailing dot in author nameDan Allen
2013-02-02normalize to_dir and to_dir + to_fileDan Allen
2013-02-02Add to_dir option to render APILightGuard
2013-02-02resolve issue #152 print message for failed argDan Allen
2013-01-30Bump version number to 0.1.0Ryan Waldron
2013-01-30Merge pull request #150 from mojavelinux/hardbreaks-and-org-urlRyan Waldron
2013-01-30Merge pull request #149 from mojavelinux/block-with-metadata-in-listRyan Waldron
2013-01-30change linebreaks to hardbreaks, update urlsDan Allen
2013-01-30Merge pull request #148 from mojavelinux/whitespace-in-linksRyan Waldron
2013-01-30allow block in list continuation to have block attributesDan Allen
2013-01-30don't allow endline in link url, don't gobble angled bracketsDan Allen
2013-01-30resolves issue #144 - encoding issue w/ utf-8Dan Allen
2013-01-28add horizontal dlistsDan Allen
2013-01-28Merge pull request #138 from mojavelinux/cleanups-small-fixesRyan Waldron
2013-01-28change hardbreaks attribute to linebreaksDan Allen
2013-01-28cleanup templates, reoptimize macro subs, fixes & testsDan Allen
2013-01-26resolve issue #119, add hardbreaks optionDan Allen
2013-01-26index term macros and testsDan Allen
2013-01-26Merge pull request #130 from mojavelinux/callout-iconsRyan Waldron
2013-01-26Merge pull request #132 from mojavelinux/blockquoteRyan Waldron
2013-01-26Merge pull request #129 from mojavelinux/footnotes-and-special-blocksRyan Waldron
2013-01-26Merge pull request #131 from mojavelinux/lock-iconsRyan Waldron
2013-01-26ignore blank lines at beginning of documentDan Allen
2013-01-26remove the class attribute on the blockquote tagDan Allen
2013-01-26use callout icons if icons enabledDan Allen
2013-01-26restrict document from enabling icons in SECURE modeDan Allen
2013-01-25use blockquote tag for quote blocksDan Allen
2013-01-25fix author name with single quoteDan Allen
2013-01-25footnotes, special sections and listsDan Allen