summaryrefslogtreecommitdiff
path: root/test/substitutions_test.rb
AgeCommit message (Expand)Author
2015-12-29remove trailing endlines in sourceDan Allen
2015-12-21resolves #1622 convert inline asciimath to MathML in DocBook converterDan Allen
2015-10-30resolves #1301 and #1224 add support for interactive & inline SVGsDan Allen
2015-10-18resolves #1523 use <sup> for footnote reference in text instead of <span>Dan Allen
2015-07-09replace _ and - in generated alt text for inline imagesDan Allen
2014-11-09resolves #749 handle subs option thoroughly in block constructorDan Allen
2014-09-18resolves #1064 restore all passthroughs when processing footnotesDan Allen
2014-09-05resolves #1078 mark should not match hash inside entity referenceDan Allen
2014-08-12detect & mark bare links, don't repeat URL in print stylesDan Allen
2014-08-11add test for double quotes around monospaced phraseDan Allen
2014-08-11add compat tests for backticks (relates to #718)Dan Allen
2014-08-07add line break opportunity (&#8203;) after emdash and ellipsesDan Allen
2014-08-06fix crash when restoring nested passthroughs, update testDan Allen
2014-08-04stage (but don't activate) compat-mode behavior for marked textDan Allen
2014-08-04don't match adjacent superscript and subscript charsDan Allen
2014-07-31match passthroughs that have been duplicated (thanks @nawroth!)Dan Allen
2014-07-30resolves #1046 use more concise curved quote syntaxDan Allen
2014-07-29replace smart quotes before monospace, be smarter about replacementsDan Allen
2014-07-27resolves #1034 properly restore nested passthroughsDan Allen
2014-07-27resolves #718 and #714 swap + and ` formatting charsDan Allen
2014-07-18resolves #225 phrase surrounded with # defaults to marked textDan Allen
2014-07-16fix tests in Ruby 1.8.7Dan Allen
2014-07-16add test for escaping unconstrained formatting marksDan Allen
2014-07-14Merge pull request #1008 from mojavelinux/issue-1005Dan Allen
2014-07-14resolves #717 disable single quotes as formatting marks for emphasized textDan Allen
2014-07-14resolves #1005 use the term stem in favor of mathDan Allen
2014-07-14resolves #564 & #936 - constrain subscript & superscript markupDan Allen
2014-06-23resolves #752 upgrade to Font Awesome 4.1Guillaume Grossetie
2014-05-16resolves #892 match word characters defined by UnicodeDan Allen
2014-04-08tests: switch to minitestKen Dreyer
2014-02-26resolves #778, rewrite converter API; resolves #638, integrate thread_safe gemDan Allen
2014-02-19preserve entity references with 5 digitsDan Allen
2014-02-17resolves #876 an unresolved footnote ref should not crash processorDan Allen
2014-02-16resolves #554 switch default docbook backend to docbook5brian m. carlson
2014-02-05refactor unit tests so they work in RubyMineCharles Moulliard
2014-02-03resolves #883 map null character to constant for Opal compatibilityDan Allen
2014-01-19remove ERB from most DocBook templates; add some missing DocBook testsDan Allen
2013-11-03resolves #727 remove trailing endlines from source dataDan Allen
2013-10-31change AsciiMath delimiter from ` to \$Dan Allen
2013-10-31resolves #760 added math style & macro name to use default math engineDan Allen
2013-10-31resolves #492 added math blocks & inline macros, integrated with MathJaxDan Allen
2013-10-30reduce indexterm macros to one regexp & simplify itDan Allen
2013-10-25resolves #676 substitute anchor and xref macros in footnotesDan Allen
2013-10-22update Helpers#encode_uri for Opal, add testsDan Allen
2013-10-19Merge pull request #716 from mojavelinux/issue-715Dan Allen
2013-10-19resolves #715 replace single quote at end of wordDan Allen
2013-10-19resolves #720 fixed broken passthroughs caused by source highlightingDan Allen
2013-10-07Merge pull request #658 from mojavelinux/issue-579Dan Allen
2013-10-07resolves #579 specialchars subs alias, shorthand subsDan Allen
2013-10-06resolves #677 unescape escaped square closing bracket in footnote textDan Allen