summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2014-07-30add use_fallback option to doctitle, document methodDan Allen
2014-07-30resolves #1000 add API for parsing title and subtitleDan Allen
2014-07-29replace smart quotes before monospace, be smarter about replacementsDan Allen
2014-07-29prepare for next development iteration [ci skip]Dan Allen
2014-07-29set version to 1.5.0.rc.2Dan Allen
2014-07-29add commentDan Allen
2014-07-29add convenience method to create converter, add VoidWriterDan Allen
2014-07-28resolve compile errors in Asciidoctor.jsDan Allen
2014-07-28prepare for next development iteration [ci skip]Dan Allen
2014-07-28set version to 1.5.0.rc.1 [ci skip]Dan Allen
2014-07-27optimize option assignmentDan Allen
2014-07-27Merge pull request #1036 from mojavelinux/issue-1035Dan Allen
2014-07-27syntax cleanupsDan Allen
2014-07-27resolves #1035 allow Treeprocessor to return replacement treeDan Allen
2014-07-27resolves #1034 properly restore nested passthroughsDan Allen
2014-07-27resolves #718 and #714 swap + and ` formatting charsDan Allen
2014-07-19Merge pull request #1032 from mojavelinux/issue-225Dan Allen
2014-07-18resolves #225 phrase surrounded with # defaults to marked textDan Allen
2014-07-18resolves #862 add find_by method to AbstractNode and stage EnumerableDan Allen