==================
- Fix adapting base string input to plain text to behave more like 1.7
by only running the HTML to plain text algorithm if the input looks
like it may contain HTML markup. Note that in some instances where
characters like '<' were previously escaped to '<', this will no
longer happen if the rest of the string doesn't look like HTML. See `issue 44
<https://github.com/NextThought/nti.contentfragments/issues/44>`_.
- Add schema fields ``VerbatimPlainText`` and
``VerbatimPlainTextLine`` to assume any incoming unicode value
already represents a plain text content fragment, instead of
(possibly) passing it through the HTML to plain text algorithm.