diff --git a/README.md b/README.md index 45228c28..7545d2b4 100644 --- a/README.md +++ b/README.md @@ -158,8 +158,6 @@ Or leave it empty and use the [link text itself]. Inline `code` has `back-ticks around` it. -**Please note, that syntax highlighting is supported but library provides no means to do it automatically* - ```javascript var s = "JavaScript syntax highlighting"; alert(s); diff --git a/docs/docs/configure.md b/docs/docs/configure.md index 056d4a72..553da178 100644 --- a/docs/docs/configure.md +++ b/docs/docs/configure.md @@ -183,25 +183,6 @@ If not provided explicitly, default `false` value will be used. -## Trim white space from end - -`trimWhiteSpaceEnd` option controls whether or not to trim white spaces from the -end of a document. - -```java -SpannableConfiguration.builder(context) - .trimWhiteSpaceEnd(boolean) - .build(); -``` - -If not provided explicitly, default `true` value will be used. - -:::tip Before -Before `2.0.0` version this functionality was _implicitly_ included in -`SpannableBuilder#text` method. This is no longer true and now `SpannableBuilder` -does not trim white spaces (which was by default and non-configurable) -::: - ## HTML ### Parser