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