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
Age
Commit message (
Expand
)
Author
2019-03-31
Release 2.0.4
v2.0.4
Dan Allen
2019-03-31
mark render and render_file methods as deprecated in API docs [skip ci]
Dan Allen
2019-03-31
allow Asciidoctor to load cleanly on Ruby 2.0 - 2.2 for distributions that pr...
Dan Allen
2019-03-31
mark Asciidoctor.render and Asciidoctor.render_file as deprecated in API docs
Dan Allen
2019-03-31
move Asciidoctor::Converter::BackendTraits.derive_backend_traits method to As...
Dan Allen
2019-03-31
make Asciidoctor::Converter::Config.register_for method public as documented
Dan Allen
2019-03-31
remove unused Asciidoctor::Converter::BackendTraits#derive_backend_traits pri...
Dan Allen
2019-03-31
update RDoc on Converter; consolidate some code [skip ci]
Dan Allen
2019-03-30
update intro in README [skip ci]
Dan Allen
2019-03-30
add link to API docs to README [skip ci]
Dan Allen
2019-03-30
configure README to display properly on rubydoc.info [skip ci]
Dan Allen
2019-03-29
use file read mode in test suite
Dan Allen
2019-03-28
Begin development on next version [skip ci]
Dan Allen
2019-03-28
Release 2.0.3
v2.0.3
Dan Allen
2019-03-28
map caption prefix for an image block to the string key 'figure'
Dan Allen
2019-03-28
merge PR #3213
Dan Allen
2019-03-28
resolves #3214 update use of magic regexp variables to fix compatibility with...
Guillaume Grossetie
2019-03-27
resolves #3216 fix crash when attrlist is used on literal monospace phrase (P...
Dan Allen
2019-03-26
Begin development on next version [skip ci]
Dan Allen
2019-03-26
Release 2.0.2
v2.0.2
Dan Allen
2019-03-26
optimize heavily-used conditionals
Dan Allen
2019-03-26
resolves #3207 implement #lines and #source methods on Table::Cell (PR #3209)
Dan Allen
2019-03-26
resolve caption attribute name against known set (PR #3208)
Dan Allen
2019-03-26
resolves #3205 apply verbatim substitutions to literal paragraphs attached to...
Dan Allen
2019-03-26
minor updates to syntax reference [skip ci]
Dan Allen
2019-03-25
rename :list_item option on Parser.next_block to :list_type and use it to pas...
Dan Allen
2019-03-25
rename :text option passed to Parser.next_block to :text_only
Dan Allen
2019-03-25
use consistent terminology for when gem is not available
Dan Allen
2019-03-25
fix message in test when asciimath is not available (PR #3204)
Todd Zullinger
2019-03-25
Begin development on next version [skip ci]
Dan Allen
2019-03-25
Release 2.0.1
v2.0.1
Dan Allen
2019-03-25
resolves #3202 convert cataloged titles containing attribute references eager...
Dan Allen
2019-03-25
invert conditional [skip ci]
Dan Allen
2019-03-25
resolves #1884 add detail to load error message if path is not gem name (PR #...
Dan Allen
2019-03-25
set @context as default value for key arg to assign_caption; always pass key
Dan Allen
2019-03-25
remove unused reftexts catalog entry assertions [skip ci]
Dan Allen
2019-03-24
resolves #3199 look for deprecated extension option :pos_attrs if :positional...
Dan Allen
2019-03-24
refactor file routing logic in Asciidoctor.convert
Dan Allen
2019-03-24
remove duplicate call in Asciidoctor.load to resolve input to absolute path
Dan Allen
2019-03-24
remove unused location property (attr_accessor :location) on DocinfoProcessor...
Dan Allen
2019-03-24
minor refactoring in resolve_attributes DSL method for macros [skip ci]
Dan Allen
2019-03-24
refactor logic that reads extension config
Dan Allen
2019-03-24
fix misspelling of deprecated default_attrs DSL function (missing trailing "s")
Dan Allen
2019-03-24
resolves #2498 configure asciimath block to render as displaymath (PR #3192)
Dan Allen
2019-03-24
add test to verify that parsed attributes on custom inline macro override def...
Dan Allen
2019-03-24
refactor custom inline macro substitution code
Dan Allen
2019-03-23
add indentation to MathJax config; remove semi-colons [skip ci]
Dan Allen
2019-03-23
resolves #3193 bundle .yardopts in RubyGem (PR #3194)
Dan Allen
2019-03-22
add test to verify that inline macro text is parsed as attrlist by default
Dan Allen
2019-03-22
Begin development on next version [skip ci]
Dan Allen
[next]