summaryrefslogtreecommitdiff
path: root/test/blocks_test.rb
AgeCommit message (Expand)Author
2019-03-20resolves #2855 honor attribute-missing setting when processing block macrosDan Allen
2019-03-20resolves #1699 convert example block to details/summary tag set if collapsibl...Dan Allen
2019-03-14resolves #1444 rename header_footer option to standalone (PR #3146)Dan Allen
2019-03-02resolves #3118 fix crash if stem block is empty (PR #3119)Dan Allen
2019-03-01resovles #3092 log debug message instead of warning if block style is unknown...Dan Allen
2019-03-01upgrade version of highlight.js; extract version as a constantDan Allen
2019-02-25add test for thematic break with markdown syntax disabledDan Allen
2019-02-19resolves #3084 only store :refs, not :ids, in document catalog (PR #3079)Dan Allen
2019-02-15clean up newline handling in test suite (PR #3074)Dan Allen
2019-02-11resolves #1173 apply substitutions to block and section titles in normal orde...Dan Allen
2019-02-10use indented (squiggly) heredoc strings in blocks_testDan Allen
2019-02-10resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...Dan Allen
2019-02-06remove the 2-character quote block syntaxDan Allen
2019-02-05resolves #3005 remove the converter for the docbook45 backend (PR #3040)Dan Allen
2019-02-04use do..end syntax for multiline blocks in test suiteDan Allen
2019-02-04extract method for loading AsciiMathDan Allen
2019-02-02use indented (squiggly) heredoc strings in paragraphs_testDan Allen
2019-01-26use the term newline(s) instead of endline(s) [skip ci]Dan Allen
2019-01-26resolves #2106 make syntax highlighter pluggable (PR #3016)Dan Allen
2019-01-25resolves #2953 allow icontype to be set using icons attribute (PR #3009)Dan Allen
2019-01-23remove workarounds for asciimath tests on trufflerubyDan Allen
2019-01-19add truffleruby to CI matrix (PR #3026)Dan Allen
2019-01-18resolves #3014 add support for the mute option on vimeo videos (PR #3024)Dan Allen
2019-01-06switch to modern hash syntaxDan Allen
2019-01-06use require_relative instead of modifying $LOAD_PATHDan Allen
2019-01-06remove workarounds for Ruby < 2.3Dan Allen
2019-01-06fix AsciiMath assertions due to upstream changeDan Allen
2019-01-05resolves #2989 don't fail to parse Markdown-style quote block that only conta...Dan Allen
2018-11-01add support for start attribute when highlighting with prettifyDan Allen
2018-10-27upgrade linked version of highlight.js to 9.13.1Dan Allen
2018-10-27resolves #1742 add support for starting line number on source block (PR #2941)Dan Allen
2018-10-26resolves #2915 add support for start attribute on source block in DocBook out...Dan Allen
2018-10-20resolves #2918 add support for range syntax to highlight attribute on source ...Dan Allen
2018-10-01resolves #1360 preserve comment guard on callout when icons not enabled (PR #...Dan Allen
2018-09-25resolves #2871 (reprise) change autonumbered callout from <0> to <.>Dan Allen
2018-09-22resolves #2871 autonumber <0> callouts in verbatim blocks and callout lists (...Dan Allen
2018-09-19rename number property to numeral (PR #2873)Dan Allen
2018-09-11replace the use of render with convert in test suiteDan Allen
2018-08-02add test to verify remote SVG is fetched and embedded when inline option is setDan Allen
2018-05-07use CSS class to set text alignment on image block instead of inline styleDan Allen
2018-05-07resolves #2425 allow position (float) and alignment (align) to be set on vide...Dan Allen
2018-05-05resolves #2753 use CSS class for float instead of inline style (PR #2754)Dan Allen
2018-05-02simplify resolution of stem type; fallback to asciimathDan Allen
2018-04-30use cursor mark to track source location in callout list (PR #2735)Dan Allen
2018-04-28resolves #2276 enclose open block if necessary in DocBook output (PR #2727)Dan Allen
2018-04-27use consistent phrase to indicate the processor is automatically recovering f...Dan Allen
2018-04-23use cursor marks to track line numbers more accurately and efficientlyDan Allen
2018-04-23populate source_location on list items if sourcemap is enabledGuillaume Grossetie
2018-04-20resolves #2605 add support for rel=nofollow on links (PR #2692)Dan Allen
2018-04-19resolves #2174 shorthand attribute syntax no longer resets block styleDan Allen