- Allow
mochiweb
dep to be~> 2.15 or ~> 3.1
- Fix regression when parsing schemes from URIs
- Fix compiler warnings
- Add missing
<body>
tag toHTML5
scrubber
- Add missing
<h6>
tag toBasicHTML
andMarkdownHTML
scrubbers
- Add more missing HTML5 attributes
- Add "middle" to valid CSS keywords
- Add valid scheme for links:
mailto
- Update white-space handling in order to keep more of it untouched
- Update
mochiweb
version requirement - Fix missing elements in HTML5: div, caption
- Fix missing element in HTML5: blockquote
-
Add new scrubber: MarkdownHTML
It is meant to scrub HTML that resulted from converting Markdown to HTML. It supports GitHub flavored Markdown (GFM).
- Fix Elixir 1.3 compiler warnings
- First release