summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-03-12Release 2.0.0.rc.2v2.0.0.rc.2Dan Allen
2019-03-12resolves #2191 allow negated subs to be specified on inline pass macro (PR #3...Dan Allen
2019-03-11resolves #2912 propogate ID assigned to inline passthrough (PR #3141)Dan Allen
2019-03-11revise the RDoc on the Asciidoctor module [skip ci] (PR #3143)Dan Allen
2019-03-11assign transform argument to node.node_name by default in base converterDan Allen
2019-03-11allow failure level to be set to DEBUGDan Allen
2019-03-11initialize the level to WARN when instantiating the NullLoggerDan Allen
2019-03-09resolves #1339 drop legacy LaTeX math delimiters if present (PR #3139)Dan Allen
2019-03-09resolves #3137 fallback to text scanner when highlighting with CodeRay if sou...Dan Allen
2019-03-09resolves #3131 truncate with precision when computing absolute width for colu...Dan Allen
2019-03-09clarify in RDoc that AbstractBlock#numeral is a String [skip ci]Dan Allen
2019-03-09assign orientation attribute on table correctlyDan Allen
2019-03-08remove old workaround for Opal in ifeval processingDan Allen
2019-03-08encapsulate the assignment of the QUOTE_SUBS constantDan Allen
2019-03-06isolate methods that extract and restore callouts (PR #3129)Dan Allen
2019-03-04refactor implicit link processing (PR #3126)Dan Allen
2019-03-03add RDoc to Document#resolve_id [skip ci]Dan Allen
2019-03-02Begin development on next version [skip ci]Dan Allen
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-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