3.5.0
3.5.0
Released June 13, 2017
- NEW: Add new slugs to preserve case (#103).
- NEW: Add new GFM specific slug (both percent encoded and normal) that only lowercases ASCII chars just like GFM does (#101).
- FIX: PathConverter should not try and convert obscured email address (with HTML entities) (#100).
- FIX: Don't normalize Unicode in slugs with
NFKD, useNFCinstead (#98). - FIX: Don't let EscapeAll escape CriticMarkup placeholders. EscapeAll will no longer escape
STXandETX; they will just pass through (#95). - FIX: Replace CriticMarkup placeholders after replacing raw HTML placeholders (#95).