summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-05-02Release 1.5.7v1.5.7Dan Allen
2018-05-02resolves #2751 use alternate macro to switch on monospaced textDan Allen
2018-05-02simplify resolution of stem type; fallback to asciimathDan Allen
2018-05-02upgrade MathJax to 2.7.4; move version to constantDan Allen
2018-05-02rename MAX_INTEGER const to MAX_INT [skip ci]Dan Allen
2018-05-02add fallback for nil cell text in Cell constructorDan Allen
2018-05-02merge PR #2747Dan Allen
2018-05-02replace dot with idseparator in generated ID (PR #2744)Dan Allen
2018-05-02use consistent method to access allow-uri-read and cache-uri attributesDan Allen
2018-05-02consolidate logic in PathResolver initializerDan Allen
2018-05-02make PathResolver instance available via path_resolver property on DocumentDan Allen
2018-05-02resolves #1273 allow relfilesuffix attribute to set file extension of interdo...Dan Allen
2018-05-02store document to local variable in sub_macrosDan Allen
2018-05-01make processing of interdoc xref more strict (PR #2740)Dan Allen
2018-05-01consolidate section ID generation code; add tests for dot characterDan Allen
2018-05-01check compat mode before checking for modern syntaxDan Allen
2018-05-01rewrite PathResolver#relative_path to use PathResolver#descends_from? (PR #2743)Dan Allen
2018-05-01recognize ends as an alias to topbot for configuring table frame (PR #2742)Dan Allen
2018-05-01rename stripe attribute on table to stripes; update CSS classes to match (PR ...Dan Allen
2018-05-01don't join text in apply_subs if only one lineDan Allen
2018-04-30resolves #1844 allow individual columns to have automatic width (PR #2734)Dan Allen
2018-04-30Split out expand_subs method from apply_subs (PR #2739)Dan Allen
2018-04-30resolves #2392 only set nowrap style on table caption of auto-width table (PR...Dan Allen
2018-04-30refactor sub_attributes (PR #2300)Dan Allen
2018-04-30drop unused Reader#cursor_data methodDan Allen
2018-04-30simplify assignment in Reader#markDan Allen
2018-04-30use cursor mark to track source location in callout list (PR #2735)Dan Allen
2018-04-30resolves #1926 use correct parse mode when parsing blocks for list item (PR #...Dan Allen
2018-04-29resolves #2019 prevent footnote ID from clashing with auto-generated footnote...Dan Allen
2018-04-29resolves #2728 populate copyright element in DocBook output from value of cop...Dan Allen
2018-04-28merge PR #2729Dan Allen
2018-04-28resolves #2276 enclose open block if necessary in DocBook output (PR #2727)Dan Allen
2018-04-28add cursor for include file to message context about include tagsDan Allen
2018-04-28use cursor from source file as context for messages about include tagsDan Allen
2018-04-28create <col> elements in HTML5 converter more efficientlyDan Allen
2018-04-28match tag directives in include files that have CRLF line endings (see #2369)Dan Allen
2018-04-27use consistent phrase to indicate the processor is automatically recovering f...Dan Allen
2018-04-27catch pre and post match values when parsing table (PR #2724)Dan Allen
2018-04-27rename next_item_list to next_list (implies ordered or unordered)Dan Allen
2018-04-27process bibliography anchors when parsing listDan Allen
2018-04-27resolves #2257 catalog anchor in lists and tablesDan Allen
2018-04-26refactor conditional logic in sub_inline_xrefsDan Allen
2018-04-26store document in local variable in sub_inline_xrefsDan Allen
2018-04-26validate xref that uses # notationDan Allen
2018-04-26only validate xrefs if $VERBOSE is truthyDan Allen
2018-04-26use rstrip instead of chomp to remove trailing endlineDan Allen
2018-04-25simplify regex for dlists (PR #2720)Dan Allen
2018-04-25resolves #2714 autoload uri instead of open-uri when URI constant is referenc...Dan Allen
2018-04-24set default lineno to 1 in cursorDan Allen
2018-04-24resolves #2059 enable linkattrs behavior implicitly (except in compat mode) (...Dan Allen