Some formatting updated

This commit is contained in:
Alexey 2021-04-04 20:43:33 +00:00
parent cba8aeb5f6
commit 542f2e7171

View File

@ -652,7 +652,7 @@ Result:
## extractTextFromHTML {#extracttextfromhtml}
The function extracts text from HTML or XHTML according to the following rules.
The function extracts text from HTML or XHTML according to the following rules:
1. Comments starting with `<!--` and ending with `-->` are removed.
1. The content of a `CDATA` section between `<![CDATA[` and `]]>` is left as is, without furthure processing. Note that it is appended to the previous text without any space.
@ -685,7 +685,7 @@ Type: [String](../../sql-reference/data-types/string.md).
**Example**
The first example contains several tags and a comment and also shows whitespace processing.
The second example shows CDATA and script tag processing.
The second example shows `CDATA` and script tag processing.
Query: