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
2021-05-27
use modern Hash syntax in test suite [skip ci]
Dan Allen
2021-05-27
use $: shorthand instead of $LOAD_PATH in test suite
Dan Allen
2021-05-27
remove or mark unused block arguments in test suite; fix missing logger asser...
Dan Allen
2021-05-27
fix ambiguous argument type in step definitions in test suite
Dan Allen
2021-05-27
fix spaces and indentation in test suite
Dan Allen
2021-05-27
fix invalid integer values in test suite
Dan Allen
2021-05-27
use octal for file mode in test suite [skip ci]
Dan Allen
2021-05-27
use unless instead of negated if in test suite [skip ci]
Dan Allen
2021-05-27
use raise instead of fail keyword in test suite [skip ci]
Dan Allen
2021-05-27
remove excess spaces before value of Hash entry in test suite [skip ci]
Dan Allen
2021-05-25
use single-quoted strings where possible in test suite
Dan Allen
2021-05-25
use key? instead of has_key? in tests [skip ci]
Dan Allen
2021-05-25
remove trailing spaces in test suite [skip ci]
Dan Allen
2021-05-25
fix missing spaces when defining hash and array in test suite [skip ci]
Dan Allen
2021-05-25
fix indentation of options in method calls
Dan Allen
2021-05-25
fix indentation in definition of CLI options with multi-line description
Dan Allen
2021-05-24
fix typo in CHANGELOG [skip ci]
Dan Allen
2021-05-23
add missing entry to CHANGELOG [skip ci]
Dan Allen
2021-05-23
add locale file for Vietnamese locale (PR #4066)
Hoa Nguyen
2021-05-23
use more descriptive constant names in logging
Dan Allen
2021-05-23
remove unnecessary use of inherit argument when calling const_get
Dan Allen
2021-05-23
use simpler strategy to create map of severity labels in logging
Dan Allen
2021-05-23
use simpler strategy to sort safe mode names
Dan Allen
2021-05-22
resolves #4065 show safe modes in strictness order in CLI help (PR #4067)
Dan Allen
2021-05-22
add explicit return value in parse_block_metadata_line to fix warnings
Dan Allen
2021-05-22
consolidate logic when looking for Markdown-style fenced code block
Dan Allen
2021-05-22
avoid use of nested modifier in parser
Dan Allen
2021-05-22
invert conditional in DocBook converter (use if instead of unless)
Dan Allen
2021-05-20
consolidate logic branches in Document#counter
Dan Allen
2021-05-20
consolidate duplicate branches in method that adjusts indentation
Dan Allen
2021-05-20
consolidate duplicate branches for converting table sections in manpage conve...
Dan Allen
2021-05-20
fix indentation when declaring private class method; clarify why the symbol i...
Dan Allen
2021-05-20
use next to short circuit loop with single conditional
Dan Allen
2021-05-20
fix indentation of RougeExt module [skip ci]
Dan Allen
2021-05-19
tuck remaining info-level message in substitutors inside block
Dan Allen
2021-05-18
add spaces around comment delimiters in default stylesheet [skip ci]
Dan Allen
2021-05-18
fix placement of inset keyboard in box shadow in default stylesheet [skip ci]
Dan Allen
2021-05-18
another minor minification in default stylesheet [skip ci]
Dan Allen
2021-05-18
minor minification in default stylesheet [skip ci]
Dan Allen
2021-05-18
apply additional minification to default stylesheet [skip ci]
Dan Allen
2021-05-18
fix template converter test when concurrent-ruby gem is not installed
Dan Allen
2021-05-18
use class << self idiom to define class methods for Converter::TemplateConverter
Dan Allen
2021-05-18
use while modifier when body is only a single line
Dan Allen
2021-05-18
define setter method for text using attr_writer on ListItem [skip ci]
Dan Allen
2021-05-18
define getter method for registry using attr_reader on SyntaxHighlighter::Cus...
Dan Allen
2021-05-18
remove unused private keyword in SyntaxHighlighter::DefaultFactory [skip ci]
Dan Allen
2021-05-18
use %() instead of %{} for an interpolated string inside an expression inside...
Dan Allen
2021-05-18
use %() instead of %[] for an interpolated string inside an expression inside...
Dan Allen
2021-05-18
switch multiline gsub block in manpage converter to do..end style
Dan Allen
2021-05-18
rewrite Reader#read_lines_until (PR #4063)
Dan Allen
[prev]
[next]