Markup.ml 0.6
Breaking changes:
- Renamed
content
totext
. - Changed
Text of string` to
Text of string list` (suggested by Daniel Buenzli). - Removed
drop_locations
and replaced with an explicit type family's parser
and functionsignals
.
Other changes:
- Added a new function
content
, which filters out non-element and non-text signals (prompted by Daniel Buenzli). - Added conformance status to documentation.