summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-02-17set version to v1.5.0.preview.2Dan Allen
2014-02-17resolves #574 add -r and -I flags to asciidoctor commandDan Allen
2014-02-17resolves #876 an unresolved footnote ref should not crash processorDan Allen
2014-02-17small optimizationDan Allen
2014-02-17pass document as first argument to process method on PreprocessorDan Allen
2014-02-17include directive fixesDan Allen
2014-02-16update name of processor instance if overridden at registrationDan Allen
2014-02-16merge pull request #852 from @bk2204Dan Allen
2014-02-16resolves #743 set defaults for file, path and dir in push_includeDan Allen
2014-02-16resolves #743 make Reader#push_include work without file / path infobrian m. carlson
2014-02-16minor optimizationsDan Allen
2014-02-16resolves #554 make docbook45 templates inherit from the docbook5 templatesDan Allen
2014-02-16resolves #554 switch default docbook backend to docbook5brian m. carlson
2014-02-16call each thing by its right nameDan Allen
2014-02-16resolves #804 rewrite extensions to support extension instancesDan Allen
2014-02-12resolves #896 rescue failure to resolve ::Dir.homeDan Allen
2014-02-12qualify RUBY_ENGINE_OPAL constantDan Allen
2014-02-12add support for resolving includes under OpalDan Allen
2014-02-12use $~[0] instead of $& for Opal compatibilityDan Allen
2014-02-10resolves #878 use glyphs for checkboxes when not using font iconsDan Allen
2014-02-07fix typo in capture group var assignmentDan Allen
2014-02-05fix spelling errorDan Allen
2014-02-05remove redundant character escapes in regexpsDan Allen
2014-02-05resolves #886 add time range anchor to video elementDan Allen
2014-02-03resolves #883 map null character to constant for Opal compatibilityDan Allen
2014-01-31ensure title attribute is only subbed onceDan Allen
2014-01-31remove unnecessary begin in Helpers.require_libraryDan Allen
2014-01-28fix duplicate local variable setting in cliDan Allen
2014-01-28additional optimizations and formattingDan Allen
2014-01-28an assortment of optimizations and formattingDan Allen
2014-01-28optimize AttributeList classDan Allen
2014-01-28split lines on string instead of regexpDan Allen
2014-01-28cleanup and optimize path resolverDan Allen
2014-01-28resolves #806 recognize Windows UNC path as absolute and preserve itDan Allen
2014-01-27resolves #805 adjust file glob to account for backslash in Windows pathsDan Allen
2014-01-26resolves #853 match implicit URLs that use the file schemeDan Allen
2014-01-26resolves #870 allow attribute entry to reset / reseed counterDan Allen
2014-01-20follow-up fix for Opal compatibilityDan Allen
2014-01-20Opal compatibility fixesDan Allen
2014-01-20make the button styles look a bit nicerDan Allen
2014-01-20major refactoring of parser and regexpDan Allen
2014-01-19applied several optimizationsDan Allen
2014-01-19remove remaining uses of ERB internallyDan Allen
2014-01-19remove ERB from most DocBook templates; add some missing DocBook testsDan Allen
2014-01-18minor optimizationDan Allen
2014-01-18minor cleanupsDan Allen
2014-01-18remove ERB from HTML5 document templateDan Allen
2014-01-18optimizations and syntax cleanupsDan Allen
2014-01-18more efficient way to check for Extensions classDan Allen
2014-01-18minor syntax cleanupsDan Allen