-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Omit
...{:type}
annotations from search index (#2922)
* Omit `...{:type}` annotations from search index * Prettier * Lint * Update packages/nextra/src/server/remark-plugins/remark-structurize.ts Co-authored-by: Dimitri POSTOLOV <[email protected]> * Lint * polish --------- Co-authored-by: Dimitri POSTOLOV <[email protected]> Co-authored-by: Dimitri POSTOLOV <[email protected]>
- Loading branch information
1 parent
a95e745
commit 3002b01
Showing
3 changed files
with
27 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Search | ||
|
||
Nextra features full-page search, that includes list items, code blocks, | ||
headings and table cells. | ||
|
||
## Search in `<code attr="code1" />{:html}` | ||
|
||
Inline `<code attr="code2" />{:html}` can be searched as well as code blocks. | ||
|
||
```html | ||
<code>I'm Searchable!</code> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters