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-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
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
2021-05-17
use %() instead of %[] for an interpolated string inside an expression inside...
Dan Allen
2021-05-17
replace interpolated variable with expression
Dan Allen
2021-05-17
use Float::INFINITY constant instead of 1.0 / 0.0 expression
Dan Allen
2021-05-17
invert negated condition and branches in ternary expression
Dan Allen
2021-05-17
fix indentation by moving disabled condition outside of conditional statement
Dan Allen
2021-05-17
use sprintf instead of % operator in Timings
Dan Allen
2021-05-17
remove indentation before Hash value in rx definitions [skip ci]
Dan Allen
2021-05-17
format code in Document#resolve_id to make it easier to read
Dan Allen
2021-05-15
use correct description for apostrophe in manpage converter
Dan Allen
2021-05-15
manpage: fix apostrophe portability (PR #4060)
Felipe Contreras
2021-05-15
remove extra space before value of Hash entry in substitutors [skip ci]
Dan Allen
2021-05-15
remove assignment inside conditional in extensions
Dan Allen
2021-05-15
fix placement of blank line in syntax highlighter [skip ci]
Dan Allen
2021-05-15
remove redundant use of .to_s
Dan Allen
2021-05-15
use double pipe operator for fallback assignment [skip ci]
Dan Allen
2021-05-15
fix placement of empty line around conditional [skip ci]
Dan Allen
2021-05-14
replace numeric character reference for degree sign in manpage output
Dan Allen
2021-05-14
replace numeric character reference for plus in manpage output
Dan Allen
2021-05-14
add parentheses around value of assignment defined using conditional
Dan Allen
2021-05-14
remove redundant parentheses
Dan Allen
2021-05-14
place include statements in class definitions on separate lines
Dan Allen
2021-05-14
remove extra spaces after keys in Hash [skip ci]
Dan Allen
2021-05-14
fix missing space after Hash entries in Document [skip ci]
Dan Allen
2021-05-14
remove empty line directly inside class definition [skip ci]
Dan Allen
2021-05-13
remove extra spaces before Hash entry value in DocBook converter
Dan Allen
2021-05-13
remove extra space before method argument in DocBook converter
Dan Allen
2021-05-13
resolves #4055 fix crash if :to_file option is passed to load or load_file an...
Dan Allen
2021-05-12
remove unnecessary assignment in Reader#prepare_lines
Dan Allen
[prev]
[next]