mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Some formatting updated
This commit is contained in:
parent
cba8aeb5f6
commit
542f2e7171
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user