summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-05Release 1.5.5v1.5.5Dan Allen
2016-10-05prepare for 1.5.5 releaseDan Allen
2016-10-05resolves #1814 forcefully break monospace phrase if it exceeds length of line...Dan Allen
2016-10-04fix time assertion in test suite when running on Ruby 1.8.7Dan Allen
2016-10-04resolves #1806 allow sectanchors & sectlinks to be used in tandem (PR #1886)Dan Allen
2016-10-04resolves #1837 enable font smoothing in default stylesheet for Firefox (OSX) ...Dan Allen
2016-10-04Honor the SOURCE_DATE_EPOCH environment variableAlexis Bienvenüe
2016-10-04switch CI build to Rubinius 3 (PR #1887)Dan Allen
2016-09-27fix out of place commentDan Allen
2016-09-27check for number using Integer instead of Fixnum classDan Allen
2016-09-17Translate built-in attributes to Finnish (PR #1876)lgvz
2016-09-12resolves #1691 style nested emphasis in HTML outputbrian m. carlson
2016-09-08fix API docs for find_byDan Allen
2016-09-07resolves #1861 add attribute to control maximum attribute value size (PR #1862)Dan Allen
2016-09-07clarify comments for max-include-depth and allow-uri-read attributesDan Allen
2016-09-07avoid duplicate check for maxdepth value in readerDan Allen
2016-09-04ignore style on media blocks (image, audio, video)Dan Allen
2016-09-04comment out unused API methodDan Allen
2016-08-31resolves #1835 move all regular expressions in manpage converter to constants...Dan Allen
2016-08-29add alias named list to retrieve parent List of ListItemDan Allen
2016-08-29resolves #1815 add support for landscape orientation for tables in DocBook ou...Dan Allen
2016-08-24expand col_visits to column_visits in variables & methodsDan Allen
2016-08-24use consistent naming for cellspec(s)Dan Allen
2016-08-24use consistent naming for colcountDan Allen
2016-08-24use consistent naming for colspec(s)Dan Allen
2016-08-24define sub_quotes & sub_replacements methods according to runtimeDan Allen
2016-08-24add some notes to the codeDan Allen
2016-08-24simplify condition in parserDan Allen
2016-08-21remove unnecessary bracketsDan Allen
2016-08-21resolves #1843 honor width attribute on table even when autowidth option is s...Dan Allen
2016-08-20resolves #1849 only disable implicit header on table when noheader option is ...Dan Allen
2016-08-20Edit line 335 "allows you uses supply..." to "allows you to" (PR #1851)Rebecca Sherman
2016-08-15use == operator instead of .zero?, > instead of !=Dan Allen
2016-08-11use method_defined? instead of respond_to? to check if method is already defi...Dan Allen
2016-08-10change push_include method to support chaining (PR #1836)Dan Allen
2016-08-01resolves #1830 set reversed attribute on ol if reversed option is enabled (PR...Dan Allen
2016-08-01optimize check for xml mode (PR #1832)Dan Allen
2016-07-31use triple equals operator instead of is_a? (PR #1829)Dan Allen
2016-07-30resolves #1651 don't share attributes between blocks parsed by parse_content ...Dan Allen
2016-07-29resolves #1827 skip .rb files in template directories (PR #1826)Dan Allen
2016-07-29resolves #1824 support 6-digit decimal & 5-digit hexidecimal char refs (PR #1...Dan Allen
2016-07-28rename resolve_lines_to_highlight to resolve_highlight_linesDan Allen
2016-07-27use .empty? instead of empty string comparisonDan Allen
2016-07-27don't duplicate forward slash for path relative to root (PR #1822)Dan Allen
2016-07-27benchmark.rb mdbasics-loop doesn't use the file it claims to. (PR #1823)Chris Seaton
2016-07-26fix crash in generate_id when both idprefix & idseparator are blank (PR #1821)Dan Allen
2016-07-25use any? and none? instead of find when simply checking if entry existsDan Allen
2016-07-25use qualified name for Encoding classDan Allen
2016-07-25use find method instead of detect (an alias for find)Dan Allen
2016-07-20add missing entry in 1.5.3 to CHANGELOGDan Allen