Skip to content

Redcarpet 3.2.1

Compare
Choose a tag to compare
@robin850 robin850 released this 25 Nov 20:48
· 212 commits to master since this release

This release of Redcarpet is meant to address a backward incompatibility between version 3.1 and 3.2. Since the RedCloth API layer has been deprecated, the RedcarpetCompat class has been wrongly moved to the redcarpet/compat file but the class wasn't available when the file wasn't explicitly required.

This version fixes this requiring that file by default when Redcarpet gets loaded.