switch to html2text() instead of strip_tags() when preparing FTS index
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
|
||||
<span>Hello</span>
|
||||
<blockquote>
|
||||
Nest some block quotes with preformated text
|
||||
<blockquote>
|
||||
Here is the code
|
||||
<pre>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int main(){
|
||||
return 0;
|
||||
};
|
||||
|
||||
</pre>
|
||||
|
||||
<b>Put some tags</b>
|
||||
<i>at the end</i>
|
||||
</blockquote>
|
||||
|
||||
Some text <span>and tags</span> here
|
||||
|
||||
<blockquote>
|
||||
First line
|
||||
<h1>Header 1</h1>
|
||||
Some text
|
||||
<hr>
|
||||
Some more text
|
||||
<p>Paragraph tag!</p>
|
||||
<h2>Header 2</h2>
|
||||
<hr>
|
||||
<h3>Header 3</h3>
|
||||
Some text
|
||||
<h4>Header 4</h4>
|
||||
<blockquote>
|
||||
More quoted text!
|
||||
</blockquote>
|
||||
<p>Paragraph tag!</p>
|
||||
Final line
|
||||
</blockquote>
|
||||
</blockquote>
|
||||
Some ending text
|
||||
<b>just to make sure</b>
|
||||
Reference in New Issue
Block a user