mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix apos escaping
This commit is contained in:
parent
da561ca58b
commit
3ec84d3f33
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ export default function Labels(): JSX.Element {
|
|||
</p>
|
||||
<h2>Searching by label with Advanced Search</h2>
|
||||
<p>
|
||||
Omnivore's advanced search syntax supports searching for multiple labels using
|
||||
Omnivore's advanced search syntax supports searching for multiple labels using
|
||||
<code>AND</code> and <code>OR</code> clauses. You can also negate a label search
|
||||
to find all pages that do not have a certain label.
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue