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-03-02
Release 2.0.0.rc.1
v2.0.0.rc.1
Dan Allen
2019-03-02
resolves #2553 allow ampersand in implicit email address (PR #2936)
Dan Allen
2019-03-02
resolves #3123 rename hardbreaks document attribute to hardbreaks-option (PR ...
Dan Allen
2019-03-02
resolves #3121 don't eat space before callout number in source block if line-...
Dan Allen
2019-03-02
resolves #2524 AbstractBlock#find_by finds table cells (PR #3117)
Dan Allen
2019-03-02
use infinitive verb form for extension DSL methods (PR #3095)
Dan Allen
2019-03-02
resolves #3118 fix crash if stem block is empty (PR #3119)
Dan Allen
2019-03-01
resolves #3101 find_by looks inside AsciiDoc table cells if traverse_document...
Dan Allen
2019-03-01
resolves #891 allow backend to delegate to a registered backend using the syn...
Dan Allen
2019-03-01
resovles #3092 log debug message instead of warning if block style is unknown...
Dan Allen
2019-03-01
add Table::Rows#to_h to return table rows grouped by section
Dan Allen
2019-03-01
resolves #3114 log warning if footnoteref macro is found and compat mode is n...
Dan Allen
2019-03-01
resolves #3111 drop verse table cell style (treat as normal table cell) (PR #...
Dan Allen
2019-03-01
upgrade version of highlight.js; extract version as a constant
Dan Allen
2019-03-01
upgrade MathJax to 2.7.5 [skip ci]
Dan Allen
2019-03-01
refactor Parser.is_delimited_block? (PR #3104)
Dan Allen
2019-03-01
add accessor method to assign default_subs property during block creation
Dan Allen
2019-03-01
use array index instead of slice to take last char [skip ci]
Dan Allen
2019-03-01
further optimize ListItem#fold_first
Dan Allen
2019-03-01
use constant for line feed [skip ci]
Dan Allen
2019-02-28
optimize listparagraph processing (PR #3113)
Dan Allen
2019-02-28
rename NONE_SUBS to NO_SUBS [skip ci]
Dan Allen
2019-02-28
remove redundant brackets [skip ci]
Dan Allen
2019-02-28
resolves #3106 apply header subs when assigning doctitle back to doctitle att...
Dan Allen
2019-02-27
fix comment about implicit compat-mode logic [skip ci]
Dan Allen
2019-02-27
optimize / simplify caching performed by AbstractBlock#title
Dan Allen
2019-02-27
rename delimiter_re instance var to delimiter_rx for consistency [skip ci]
Dan Allen
2019-02-27
rename context for table cell and table column to :table_cell and :table_colu...
Dan Allen
2019-02-27
don't implement level for Cell and Column; optimize AbstractBlock constructor
Dan Allen
2019-02-27
resolves #2963 modify Cell class to extend from AbstractBlock instead of Abst...
Dan Allen
2019-02-26
use str.chop instead of str.slice 0, str.length - 1
Dan Allen
2019-02-26
clean up RDoc and dead code in Parser.is_delimited_block?
Dan Allen
2019-02-26
add RDoc for AbstractBlock#content_model [skip ci]
Dan Allen
2019-02-25
introduce helper method in parser to detect uniform line (PR #3098)
Dan Allen
2019-02-25
resolves #2884 add clearer exception message when source data is binary or ha...
Dan Allen
2019-02-24
fix process method context change in Opal
Dan Allen
2019-02-24
ensure process proc runs in context of processor instance
Dan Allen
2019-02-24
add exception when process method from DSL is called before being defined [sk...
Dan Allen
2019-02-24
only map unparsed attrlist of inline macro to target when format is short
Dan Allen
2019-02-24
unescape bracketed text before replacing attribute references
Dan Allen
2019-02-24
add Document#parsed? method to check whether document has been parsed
Dan Allen
2019-02-24
add test for yielding processor instance to registration block for syntax pro...
Dan Allen
2019-02-24
yield processor instance to registration block for document processor if bloc...
Dan Allen
2019-02-24
use singleton class to mix in DSL module into processor proc
Dan Allen
2019-02-23
merge PR #3049
Dan Allen
2019-02-23
replace bare elsif with else
Dan Allen
2019-02-23
resolves #1573 add syntax help to CLI
Guillaume Grossetie
2019-02-23
resolves #2840 transmit id and role assigned to list item in AST to output
Dan Allen
2019-02-23
slightly optimize common attributes method in DocBook converter [skip ci]
Dan Allen
2019-02-23
consolidate elsif statements in HTML5 converter [skip ci]
Dan Allen
[next]