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
2019-04-30
Release 2.0.9
v2.0.9
Dan Allen
2019-04-30
resolves #3281 fix lineno of source location on blocks that follow a detached...
Dan Allen
2019-04-30
don't fail to convert document if alt attribute is not set on block or inline...
Dan Allen
2019-04-30
assume inline image type is "image" if not set (by extension)
Dan Allen
2019-04-30
make value arg on assign_caption requires (as is consistent with usage)
Dan Allen
2019-04-29
resolves #3282 rename AbstractNode#options to AbstractNode#enabled_options (P...
Dan Allen
2019-04-28
resolves #3283 register images in catalog correctly (PR #3284)
Dan Allen
2019-04-26
resolves #3279 process multiple single-item menu macros in single line (PR #3...
Dan Allen
2019-04-22
Begin development on next version [skip ci]
Dan Allen
2019-04-22
Release 2.0.8
v2.0.8
Dan Allen
2019-04-22
resolves #3274 update register_for methods to accept symbol arguments (PR #3275)
Dan Allen
2019-04-22
add additional test for xreflabel on anchor in DocBook output
Dan Allen
2019-04-20
always place hyphen character consistently in regular expressions (PR #3271)
Dan Allen
2019-04-20
resolves #3269 don't limit footnote ref to ASCII charset (PR #3270)
Dan Allen
2019-04-20
move regular expression definitions to separate source file (PR #3264)
Dan Allen
2019-04-19
consolidate logic in docbook converter
Dan Allen
2019-04-18
use module_function to define methods in Helpers (PR #3246)
Dan Allen
2019-04-17
use if instead of case in AbstractBlock constructor
Dan Allen
2019-04-16
compute admonition style heads
Dan Allen
2019-04-16
follow-up fix for #3261
Dan Allen
2019-04-15
resolves #3261 fix regexp for SVG preamble so it works the same in Asciidocto...
Dan Allen
2019-04-15
remove alignment spaces in source code [skip ci]
Dan Allen
2019-04-15
rename internal method Helpers.encode_uri to Helpers.encode_spaces_in_uri
Dan Allen
2019-04-15
use portability constant (CC_ANY) in regular expression for custom inline macros
Dan Allen
2019-04-15
use portability constant (CC_ANY) in regular expressions defined in ManPage c...
Dan Allen
2019-04-15
use portability constants (CC_ALL, CC_ANY) in regular expressions defined in ...
Dan Allen
2019-04-14
use Concurrent::Map instead of Concurrent::Hash for cache in template converter
Dan Allen
2019-04-13
Begin development on next version [skip ci]
Dan Allen
2019-04-13
Release 2.0.7
v2.0.7
Dan Allen
2019-04-13
resolves #3254 fix crash when resolving ID from text and a candidate contains...
Dan Allen
2019-04-13
move source for main API entry points (load, load_file, convert, convert_file...
Dan Allen
2019-04-10
fix compatibility with Rouge 2.0
Dan Allen
2019-04-09
improve documentation for the `-a` CLI option [skip ci]
Dan Allen
2019-04-06
remove redundant self when calling load/convert methods (PR #3245)
Dan Allen
2019-04-04
Begin development on next version [skip ci]
Dan Allen
2019-04-04
Release 2.0.6
v2.0.6
Dan Allen
2019-04-04
replace calls to File.extname with Helpers.extname (PR #3240)
Dan Allen
2019-04-04
resolves #3231 assume implicit AsciiDoc extension on interdoc xref macro targ...
Dan Allen
2019-04-04
resolves #3238 don't fail to load application if call to Dir.home fails (PR #...
Dan Allen
2019-04-03
check for AsciiDoc file extension using end_with? instead of resolving the ex...
Dan Allen
2019-04-03
Helpers.rootname should only consider final path segment when dropping file e...
Dan Allen
2019-04-01
Begin development on next version [skip ci]
Dan Allen
2019-04-01
Release 2.0.5
v2.0.5
Dan Allen
2019-04-01
resolves #3225 mark encoding of stdio objects used in CLI as UTF-8 (PR #3228)
Dan Allen
2019-04-01
resolves #3226 CLI should use $stdin instead of STDIN (PR #3227)
Dan Allen
2019-04-01
update CLI and SyntaxHighlighter to allow Asciidoctor to load cleanly on Ruby...
Dan Allen
2019-04-01
make Asciidoctor::SyntaxHighlighter::Config.register_for method public as doc...
Dan Allen
2019-03-31
resolves #3223 should not crash when source highlighter is rouge and source l...
Dan Allen
2019-03-31
don't require core_ext patches on Opal that aren't needed
Dan Allen
2019-03-31
don't use squiggly heredoc in CLI
Dan Allen
[next]