summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-02Release 2.0.0.rc.1v2.0.0.rc.1Dan Allen
2019-03-02resolves #2553 allow ampersand in implicit email address (PR #2936)Dan Allen
2019-03-02resolves #3123 rename hardbreaks document attribute to hardbreaks-option (PR ...Dan Allen
2019-03-02resolves #3121 don't eat space before callout number in source block if line-...Dan Allen
2019-03-02resolves #2524 AbstractBlock#find_by finds table cells (PR #3117)Dan Allen
2019-03-02resolves #3110 disable table stripes by default; add support for hover value ...Dan Allen
2019-03-02use infinitive verb form for extension DSL methods (PR #3095)Dan Allen
2019-03-02resolves #3118 fix crash if stem block is empty (PR #3119)Dan Allen
2019-03-01resolves #3101 find_by looks inside AsciiDoc table cells if traverse_document...Dan Allen
2019-03-01resolves #891 allow backend to delegate to a registered backend using the syn...Dan Allen
2019-03-01resovles #3092 log debug message instead of warning if block style is unknown...Dan Allen
2019-03-01add Table::Rows#to_h to return table rows grouped by sectionDan Allen
2019-03-01resolves #3114 log warning if footnoteref macro is found and compat mode is n...Dan Allen
2019-03-01resolves #3111 drop verse table cell style (treat as normal table cell) (PR #...Dan Allen
2019-03-01upgrade version of highlight.js; extract version as a constantDan Allen
2019-03-01upgrade MathJax to 2.7.5 [skip ci]Dan Allen
2019-03-01refactor Parser.is_delimited_block? (PR #3104)Dan Allen
2019-03-01add accessor method to assign default_subs property during block creationDan Allen
2019-03-01use array index instead of slice to take last char [skip ci]Dan Allen
2019-03-01further optimize ListItem#fold_firstDan Allen
2019-03-01use constant for line feed [skip ci]Dan Allen
2019-02-28optimize listparagraph processing (PR #3113)Dan Allen
2019-02-28rename NONE_SUBS to NO_SUBS [skip ci]Dan Allen
2019-02-28remove redundant brackets [skip ci]Dan Allen
2019-02-28resolves #3106 apply header subs when assigning doctitle back to doctitle att...Dan Allen
2019-02-27fix comment about implicit compat-mode logic [skip ci]Dan Allen
2019-02-27optimize / simplify caching performed by AbstractBlock#titleDan Allen
2019-02-27rename delimiter_re instance var to delimiter_rx for consistency [skip ci]Dan Allen
2019-02-27rename context for table cell and table column to :table_cell and :table_colu...Dan Allen
2019-02-27don't implement level for Cell and Column; optimize AbstractBlock constructorDan Allen
2019-02-27resolves #2963 modify Cell class to extend from AbstractBlock instead of Abst...Dan Allen
2019-02-26use str.chop instead of str.slice 0, str.length - 1Dan Allen
2019-02-26clean up RDoc and dead code in Parser.is_delimited_block?Dan Allen
2019-02-26add RDoc for AbstractBlock#content_model [skip ci]Dan Allen
2019-02-25introduce helper method in parser to detect uniform line (PR #3098)Dan Allen
2019-02-25resolves #2884 add clearer exception message when source data is binary or ha...Dan Allen
2019-02-25add test for thematic break with markdown syntax disabledDan Allen
2019-02-24fix process method context change in OpalDan Allen
2019-02-24ensure process proc runs in context of processor instanceDan Allen
2019-02-24add exception when process method from DSL is called before being defined [sk...Dan Allen
2019-02-24only map unparsed attrlist of inline macro to target when format is shortDan Allen
2019-02-24unescape bracketed text before replacing attribute referencesDan Allen
2019-02-24add Document#parsed? method to check whether document has been parsedDan Allen
2019-02-24add test for yielding processor instance to registration block for syntax pro...Dan Allen
2019-02-24yield processor instance to registration block for document processor if bloc...Dan Allen
2019-02-24use singleton class to mix in DSL module into processor procDan Allen
2019-02-23merge PR #3049Dan Allen
2019-02-23replace bare elsif with elseDan Allen
2019-02-23merge PR #2841Dan Allen
2019-02-23edit the AsciiDoc syntax help topicDan Allen