summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-08-12detect & mark bare links, don't repeat URL in print stylesDan Allen
2014-08-11set version to 1.5.0Dan Allen
2014-08-11stylesheet improvements; use data-lang for source listingsDan Allen
2014-08-11fix invalid character class in regular expressionDan Allen
2014-08-10guard against nil times in timings.rbDan Allen
2014-08-10prepare for next development iteration [ci skip]Dan Allen
2014-08-10set version to 1.5.0.rc.6 [ci skip]Dan Allen
2014-08-10don't parse link attributes if text doesn't contain = signDan Allen
2014-08-10output attribution in front of citetitle in quote & verse blocksDan Allen
2014-08-10use source highlighter name consistently before highlight class on pre elementDan Allen
2014-08-10drop type attribute on script element for MathJaxDan Allen
2014-08-10change pre.highlight class prefix to .pygmentsDan Allen
2014-08-08don't load MathJax manually; remove duplicate ignoreClass entryDan Allen
2014-08-07add line break opportunity (​) after emdash and ellipsesDan Allen
2014-08-07update styles for preformatted text & syntax highlightingDan Allen
2014-08-06allow compat-mode to be toggled in documentDan Allen
2014-08-06fix crash when restoring nested passthroughs, update testDan Allen
2014-08-06resolves #674 fix style of wrapped author & revision infoDan Allen
2014-08-05prepare for the next development iteration [ci skip]Dan Allen
2014-08-05set version to 1.5.0.rc.5Dan Allen
2014-08-04make multi-line regexp compatible with Opal / JavaScriptDan Allen
2014-08-04stage (but don't activate) compat-mode behavior for marked textDan Allen
2014-08-04don't match adjacent superscript and subscript charsDan Allen
2014-08-04minor optimizationDan Allen
2014-08-04allow syntax to be specified as positional parameter of stem blockDan Allen
2014-08-04only warn, don't drop when attribute-missing is warnDan Allen
2014-08-04update commentDan Allen
2014-08-04follow-up to #574 support multiple values in single -r or -I flagDan Allen
2014-08-02optimize access to attributes in Document#save_attributes methodDan Allen
2014-08-02print version when using -v switch aloneDan Allen
2014-08-01enable compat-mode by default if doctitle uses atx-styleDan Allen
2014-08-01prepare for next development iteration [ci skip]Dan Allen
2014-08-01set version to 1.5.0.rc.4Dan Allen
2014-08-01resolves #706 output and style macro toc correctlyDan Allen
2014-07-31syntax fix for Ruby 1.8.7Dan Allen
2014-07-31allow subs to be set, then modified in block subs listDan Allen
2014-07-31use .chr instead of [0..0]Dan Allen
2014-07-31match passthroughs that have been duplicated (thanks @nawroth!)Dan Allen
2014-07-31prepare for next development iteration [ci skip]Dan Allen
2014-07-31set version to 1.5.0.rc.3 [ci skip]Dan Allen
2014-07-31revert to requiring space to create empty checkbox in checklistDan Allen
2014-07-31Merge pull request #1050 from mojavelinux/issue-684Dan Allen
2014-07-31remove infix rescue since it challenges performanceDan Allen
2014-07-31resolves #684 alias sectnums attribute to numbered attributeDan Allen
2014-07-30warn on reference to missing attribute if attribute-missing is "warn"Dan Allen
2014-07-30Merge pull request #1048 from mojavelinux/issue-690Dan Allen
2014-07-30resolves #690 resolve relative paths relative to base_dir in unsafe modeDan Allen
2014-07-30resolves #1046 use more concise curved quote syntaxDan Allen
2014-07-30be more strict about matching tagged linesDan Allen
2014-07-30Fix typo (target -> node.target) in Docbook 5 converterJames FitzGibbon