summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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-11initialize the level to WARN when instantiating the NullLoggerDan Allen
2019-03-11upgrade truffleruby to 1.0.0-rc13 (PR #3043)Dan 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-09add test to verify square brackets in stem equations are unescapedDan Allen
2019-03-04refactor implicit link processing (PR #3126)Dan 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-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-02-28resolves #3106 apply header subs when assigning doctitle back to doctitle att...Dan Allen
2019-02-27resolves #2963 modify Cell class to extend from AbstractBlock instead of Abst...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-24ensure process proc runs in context of processor instanceDan Allen
2019-02-24only map unparsed attrlist of inline macro to target when format is shortDan 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-23merge PR #3049Dan Allen
2019-02-23resolves #1573 add syntax help to CLIGuillaume Grossetie
2019-02-23add extension tests that create list items with id and roleGuillaume Grossetie
2019-02-23resolves #2840 transmit id and role assigned to list item in AST to outputDan Allen
2019-02-21resolves #3089 fix crash caused by an inline passthrough with the macros sub ...Dan Allen
2019-02-20add test for mapping positional attributes on a custom blockDan Allen
2019-02-20ensure dlist item tuple always has two entriesDan Allen
2019-02-19resolves #3085 don't store fallback text on bibref node (PR #3086)Dan Allen
2019-02-19resolves #3084 only store :refs, not :ids, in document catalog (PR #3079)Dan Allen
2019-02-17resolves #2640 allow outfilesuffix to be soft set from API (PR #3076)Dan Allen
2019-02-16enforce and report relative max include depth properly (PR #3075)Dan Allen
2019-02-16simplify assertions for inline macro testDan Allen
2019-02-16resolves #3077 implement full support for styled xreftext in manpage converterDan Allen
2019-02-15clean up newline handling in test suite (PR #3074)Dan Allen
2019-02-14document assertion workaround for nokogiri on JRuby [skip ci]Dan Allen
2019-02-14remove trailing spaces from source [skip ci]Dan Allen
2019-02-13resolves #2766 don't parse dlist entry if term is empty (PR #2767)Dan Allen
2019-02-13resolves #1720 add header docinfo insertion slot (PR #3068)Dan Allen
2019-02-12group section level tests inside Levels contextDan Allen
2019-02-12rename Helpers.uri_encode to Helpers.encode_uri_component and use native func...Dan Allen