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
2021-05-12
move attribute assignment inside conditional in DocBook converter
Dan Allen
2021-05-12
rewrite parse_quoted_text_attributes helper in substitutors
Dan Allen
2021-05-09
use .to_s instead of interpolation to convert value to string
Dan Allen
2021-05-09
convert nested if inside else to elsif where possible
Dan Allen
2021-05-09
move comment about implicit else outside of conditional in path resolver [ski...
Dan Allen
2021-05-08
use e as variable name for exception object rather than ex
Dan Allen
2021-05-07
put each attr accessor declaration for table on its own line for consistency
Dan Allen
2021-05-07
move comment for implicit else condition outside of conditional block in path...
Dan Allen
2021-05-07
flatten nested conditional in parser
Dan Allen
2021-05-07
use ||= for conditional assignment in Document
Dan Allen
2021-05-07
add missing brackets around assignment inside conditional in parser
Dan Allen
2021-05-07
remove unused assignment when parsing section title
Dan Allen
2021-05-07
assign delimiter to anonymous local variable when using String#partition
Dan Allen
2021-05-07
fix missing brackets for assignment in conditional in manpage converter [skip...
Dan Allen
2021-05-07
remove unused code to register indexterms
Dan Allen
2021-05-07
consistently use += for self assignment
Dan Allen
2021-05-07
use empty? instead of size to check for empty array
Dan Allen
2021-05-07
fix assignment order when preparing operation for ifeval
Dan Allen
2021-05-06
resolve #4046 change ifeval directive to resolve to false if comparison opera...
Dan Allen
2021-05-06
put each attr declaration on its own line for consistency
Dan Allen
2021-05-06
use explicit return value when exiting from upto loop in table parser
Dan Allen
2021-05-06
fix indentation in HTML converter
Dan Allen
2021-05-06
define setter for text property on Table::Cell using attr_writer
Dan Allen
2021-05-06
remove redundant space character before method call argument in DocBook conve...
Dan Allen
2021-05-05
resolves #4048 include all lines outside specified tagged region when tag fil...
Dan Allen
2021-05-04
fix syntax error in chained method call in manpage converter
Dan Allen
2021-05-04
use correct chaining style in manpage converter
Dan Allen
2021-05-04
remove trailing spaces from empty lines [skip ci]
Dan Allen
2021-05-04
use next to skip remainder of iteration in HTML converter
Dan Allen
2021-05-04
move classes assignment inside switch statement in HTML converter
Dan Allen
2021-05-02
code style [skip ci]
Dan Allen
2021-05-02
remove unused block arguments in cli options parser
Dan Allen
2021-05-02
use conditional assignment instead of postfix conditional when assigning mess...
Dan Allen
2021-05-02
flatten conditional [skip ci]
Dan Allen
2021-05-02
remove redundant brackets in DocBook converter [skip ci]
Dan Allen
2021-05-02
move assignment inside conditional in template converter
Dan Allen
2021-05-02
move return value in scan method of template converter to correct location
Dan Allen
2021-05-02
use each instead of each_with_index when iterating over footnotes in manpage ...
Dan Allen
2021-05-02
remove space before closing paren in highlight.js adapter
Dan Allen
2021-05-02
remove unnecessary escape in regex in DocBook converter
Dan Allen
2021-05-02
simplify logic to inspect doctitle in Document#to_s
Dan Allen
2021-04-30
remove redundant return keywords
Dan Allen
2021-04-30
remove semi-colons at the end of SafeMode constant declarations
Dan Allen
2021-04-30
use percent_x instead of backticks to exec command
Dan Allen
2021-04-30
leave empty line after magic comment [skip ci]
Dan Allen
2021-04-30
add missing frozen string literal comment on convert, load, and rx files
Dan Allen
2021-04-27
Begin development on next version [skip ci]
Dan Allen
2021-04-27
Release 2.0.15
v2.0.15
Dan Allen
2021-04-27
use document ID as linkend for self xref in DocBook output, auto-generating o...
Dan Allen
2021-04-27
resolves #3860 don't include trailing punctuation in target of autolink (PR #...
Dan Allen
[prev]
[next]